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`. ```