From c85f275bdb11642cf51bb6c0304cb14f638b9c16 Mon Sep 17 00:00:00 2001
From: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
Date: Fri, 15 Jan 2021 18:19:52 +0800
Subject: [PATCH] Fix typo (#7164)

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
---
 docs/setting-up-your-first-cluster.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/setting-up-your-first-cluster.md b/docs/setting-up-your-first-cluster.md
index 307a8453c..1ca774320 100644
--- a/docs/setting-up-your-first-cluster.md
+++ b/docs/setting-up-your-first-cluster.md
@@ -279,7 +279,7 @@ access the API server. This kubeconfig file will thus not work of from
 outside of the VPC network. We will need to change the API server IP address
 to the controller node his external IP address. The external IP address will be
 accepted in the
-TLS negotation as we added the controllers external IP addresses in the SSL
+TLS negotiation as we added the controllers external IP addresses in the SSL
 certificate configuration.
 Open the file and modify the server IP address from the local IP to the
 external IP address of controller-0, as stored in $IP_CONTROLLER_0.
-- 
GitLab