Merge pull request #1958 from mqliang/provision-typo

fix typo in provision-with-machine.md
This commit is contained in:
Victor Vieux 2016-03-15 13:28:09 -07:00
commit c142e12e79
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`.
```