From 97efac9d0c65cc857c9cb6d7fe43bd42025d9ad3 Mon Sep 17 00:00:00 2001 From: mqliang Date: Sun, 13 Mar 2016 15:36:46 +0800 Subject: [PATCH] fix typo in provision-with-machine.md Signed-off-by: mqliang --- docs/provision-with-machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/provision-with-machine.md b/docs/provision-with-machine.md index bc344bd8d2..ada8df6aa1 100644 --- a/docs/provision-with-machine.md +++ b/docs/provision-with-machine.md @@ -112,7 +112,7 @@ docker-machine create \ swarm-master ``` -Then, provision additional an additional node. You must supply the +Then, provision an additional node. You must supply the `SWARM_CLUSTER_TOKEN` and a unique name for each host node, `HOST_NODE_NAME`. ```