From bd0383a4e3985ff7bf70204df7996ecaa176060c Mon Sep 17 00:00:00 2001 From: IgLiv Date: Thu, 11 Oct 2018 12:43:25 +0300 Subject: [PATCH] Update vsphere.md (#3467) --- docs/vsphere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vsphere.md b/docs/vsphere.md index f61c93edd..443595af7 100644 --- a/docs/vsphere.md +++ b/docs/vsphere.md @@ -16,7 +16,7 @@ After this step you should have: ## Kubespray configuration -Fist you must define the cloud provider in `inventory/sample/group_vars/all.yml` and set it to `vsphere`. +First you must define the cloud provider in `inventory/sample/group_vars/all.yml` and set it to `vsphere`. ```yml cloud_provider: vsphere ```