From 682a8ecb8b77e35745c1720b9c9ee9a5fe885fa4 Mon Sep 17 00:00:00 2001 From: CrimsonGlory Date: Tue, 30 Aug 2016 19:46:07 -0300 Subject: [PATCH] typo Signed-off-by: Javier Bassi --- docs/swarm/swarm-tutorial/create-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/swarm-tutorial/create-swarm.md b/docs/swarm/swarm-tutorial/create-swarm.md index 3188cf655c..642b96ec1c 100644 --- a/docs/swarm/swarm-tutorial/create-swarm.md +++ b/docs/swarm/swarm-tutorial/create-swarm.md @@ -51,7 +51,7 @@ Windows](index.md#use-docker-for-mac-or-docker-for-windows) with Swarm. address as `192.168.99.100`. The other nodes in the swarm must be able to access the manager at the IP address. - The output incudes the commands to join new nodes to the swarm. Nodes will + The output includes the commands to join new nodes to the swarm. Nodes will join as managers or workers depending on the value for the `--token` flag.