fix typo in provision-with-machine.md

Signed-off-by: mqliang <mqliang.zju@gmail.com>
This commit is contained in:
mqliang 2016-03-13 15:36:46 +08:00
parent 957f81036b
commit 97efac9d0c
1 changed files with 1 additions and 1 deletions

View File

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