Browse code

Fix typo in run.md documentation

Signed-off-by: John Laswell <john.n.laswell@gmail.com>

John Laswell authored on 2017/03/10 03:04:51
Showing 1 changed files
... ...
@@ -145,7 +145,7 @@ Options:
145 145
   -w, --workdir string              Working directory inside the container
146 146
 ```
147 147
 
148
-## Descriptino
148
+## Description
149 149
 
150 150
 The `docker run` command first `creates` a writeable container layer over the
151 151
 specified image, and then `starts` it using the specified command. That is,