From 9c3bcd48eeb19023ceac531ae83da79df1b130ba Mon Sep 17 00:00:00 2001
From: ZouYu <zouy.fnst@cn.fujitsu.com>
Date: Tue, 24 Nov 2020 04:49:00 +0800
Subject: [PATCH] Some typos in docs (#6923)

Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
---
 docs/azure-csi.md | 2 +-
 docs/azure.md     | 2 +-
 docs/calico.md    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/azure-csi.md b/docs/azure-csi.md
index 811b5b078..95e7a667c 100644
--- a/docs/azure-csi.md
+++ b/docs/azure-csi.md
@@ -1,6 +1,6 @@
 # Azure Disk CSI Driver
 
-The Azure Disk CSI driver allows you to provision volumes for pods with a Kubernetes deployment over Azure Cloud. The CSI driver replaces to volume provioning done by the in-tree azure cloud provider which is deprecated.
+The Azure Disk CSI driver allows you to provision volumes for pods with a Kubernetes deployment over Azure Cloud. The CSI driver replaces to volume provisioning done by the in-tree azure cloud provider which is deprecated.
 
 This documentation is an updated version of the in-tree Azure cloud provider documentation (azure.md).
 
diff --git a/docs/azure.md b/docs/azure.md
index d1baccc18..7bb82d55f 100644
--- a/docs/azure.md
+++ b/docs/azure.md
@@ -36,7 +36,7 @@ The name of the resource group your instances are in, can be retrieved via `az g
 
 ### azure\_vmtype
 
-The type of the vm. Supported values are `standard` or `vmss`. If vm is type of `Virtal Machines` then value is `standard`. If vm is part of `Virtaul Machine Scale Sets` then value is `vmss`
+The type of the vm. Supported values are `standard` or `vmss`. If vm is type of `Virtual Machines` then value is `standard`. If vm is part of `Virtual Machine Scale Sets` then value is `vmss`
 
 ### azure\_vnet\_name
 
diff --git a/docs/calico.md b/docs/calico.md
index 3e8437364..f48bda941 100644
--- a/docs/calico.md
+++ b/docs/calico.md
@@ -6,7 +6,7 @@ Check if the calico-node container is running
 docker ps | grep calico
 ```
 
-The **calicoctl.sh** is wrap script with configured acces credentials for command calicoctl allows to check the status of the network workloads.
+The **calicoctl.sh** is wrap script with configured access credentials for command calicoctl allows to check the status of the network workloads.
 
 * Check the status of Calico nodes
 
-- 
GitLab