From 9735a24b12d51dfb119f63bea1370685decc1154 Mon Sep 17 00:00:00 2001 From: Onur Yaman Date: Thu, 21 Jun 2018 11:24:54 +0300 Subject: [PATCH] Fix typo --- get-started/part5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part5.md b/get-started/part5.md index 72942e8d0f..2d09223360 100644 --- a/get-started/part5.md +++ b/get-started/part5.md @@ -31,7 +31,7 @@ by `docker-machine start myvm2` to boot the worker. - Have the swarm you created in [part 4](part4.md) running and ready. Run `docker-machine ssh myvm1 "docker node ls"` to verify this. If the swarm is up, -both nodes report a `ready` status. If not, reinitialze the swarm and join +both nodes report a `ready` status. If not, reinitialize the swarm and join the worker as described in [Set up your swarm](/get-started/part4.md#set-up-your-swarm).