Fix typo "infortmation" in docs for `docker run`
| ... | ... |
@@ -1257,7 +1257,7 @@ specified image, and then `starts` it using the specified command. That is, |
| 1257 | 1257 |
previous changes intact using `docker start`. See `docker ps -a` to view a list |
| 1258 | 1258 |
of all containers. |
| 1259 | 1259 |
|
| 1260 |
-There is detailed infortmation about `docker run` in the [Docker run reference]( |
|
| 1260 |
+There is detailed information about `docker run` in the [Docker run reference]( |
|
| 1261 | 1261 |
/reference/run/). |
| 1262 | 1262 |
|
| 1263 | 1263 |
The `docker run` command can be used in combination with `docker commit` to |