more copyedits

This commit is contained in:
Victoria Bialas 2017-02-22 23:57:39 -08:00 committed by GitHub
parent 10f8f760f7
commit b1c3c6d838
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ start them per your cloud setup.
At this point, the app is back up. The web pages you looked at in the [test drive](test-drive.md) should be available, and you could experiment, modify the app, and [redeploy](customize-app.md).
>**Tip:** If you set docker-machine environment variables to talk to a particular Docker machine, you'll need to unset them or simply open a new
>**Tip:** If you set `docker-machine` environment variables to talk to a particular Docker machine, you'll need to unset them or simply open a new
terminal window to do other work. However, for the voting app tutorial we never
explicitly set `docker-machine` environment variables, since we immediately `ssh`
directly into the `manager` and `worker` and run all of our swarm commands on