From 474c81b52fab34f30d08e3605c71c4266fe7de4b Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 3 Nov 2017 11:38:26 -0700 Subject: [PATCH] fix spelling typo (#5215) Signed-off-by: Victoria Bialas --- get-started/part4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part4.md b/get-started/part4.md index 6b98c664c0..ad97838fea 100644 --- a/get-started/part4.md +++ b/get-started/part4.md @@ -156,7 +156,7 @@ myvm1 - virtualbox Running tcp://192.168.99.100:2376 v17. myvm2 - virtualbox Running tcp://192.168.99.101:2376 v17.06.2-ce ``` -#### Initialze the swarm and add nodes +#### Initialize the swarm and add nodes The first machine will act as the manager, which executes management commands and authenticates workers to join the swarm, and the second will be a worker.