Signed-off-by: John Laswell <john.n.laswell@gmail.com>
| ... | ... |
@@ -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, |