Fix typo in run.md documentation

Signed-off-by: John Laswell <john.n.laswell@gmail.com>
Upstream-commit: 4a20252137902100a8a01dd86c698e49dc00e8b2
Component: engine
This commit is contained in:
John Laswell
2017-03-09 13:08:48 -05:00
parent f54d163984
commit 6aba7fbe3b
@@ -145,7 +145,7 @@ Options:
-w, --workdir string Working directory inside the container
```
## Descriptino
## Description
The `docker run` command first `creates` a writeable container layer over the
specified image, and then `starts` it using the specified command. That is,