From 3b750cafc12f8289f23cfcf7e2780cdaee7385e9 Mon Sep 17 00:00:00 2001
From: Rui Cao <ruicao@alauda.io>
Date: Thu, 11 Oct 2018 23:18:22 +0800
Subject: [PATCH] Fix some typos (#3510)

Signed-off-by: Rui Cao <ruicao@alauda.io>
---
 docs/vsphere.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/vsphere.md b/docs/vsphere.md
index 443595af7..c1234529d 100644
--- a/docs/vsphere.md
+++ b/docs/vsphere.md
@@ -8,7 +8,7 @@ Kubespray can be deployed with vSphere as Cloud provider. This feature supports
 
 ## Prerequisites
 
-You need at first to configure you vSphere environement by following the [official documentation](https://kubernetes.io/docs/getting-started-guides/vsphere/#vsphere-cloud-provider).
+You need at first to configure you vSphere environment by following the [official documentation](https://kubernetes.io/docs/getting-started-guides/vsphere/#vsphere-cloud-provider).
 
 After this step you should have:
 - UUID activated for each VM where Kubernetes will be deployed
@@ -61,4 +61,4 @@ cd kubespray
 ansible-playbook -i inventory/sample/hosts.ini -b -v cluster.yml
 ```
 
-You'll find some usefull examples [here](https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/vsphere) to test your configuration.
+You'll find some useful examples [here](https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/vsphere) to test your configuration.
-- 
GitLab