summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Hsieh <hsieh.nathan@gmail.com>2014-09-03 17:02:58 -0700
committerNathan Hsieh <hsieh.nathan@gmail.com>2014-09-03 17:02:58 -0700
commitd239eb0d22338695887d495dd12af4c53ba2455d (patch)
tree47efedbfbeb06cd81461766a677c42614a0db900
parent58dc474e6546e6ae9e4ebd06e9fd844442fea271 (diff)
downloaddocker-typofix.tar.gz
small typo. wrapping cut code snippet Docker-DCO-1.1-Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com> (github: nhsiehgit)typofix
-rw-r--r--docs/sources/userguide/usingdocker.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/userguide/usingdocker.md b/docs/sources/userguide/usingdocker.md
index ea13122fd6..40229d4ab6 100644
--- a/docs/sources/userguide/usingdocker.md
+++ b/docs/sources/userguide/usingdocker.md
@@ -114,8 +114,8 @@ We've specified an image: `training/webapp`. This image is a
pre-built image we've created that contains a simple Python Flask web
application.
-Lastly, we've specified a command for our container to run: `python
-app.py`. This launches our web application.
+Lastly, we've specified a command for our container to run: `python app.py`.
+This launches our web application.
> **Note:**
> You can see more detail on the `docker run` command in the [command