fix common misspell

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux
2017-06-02 00:07:28 +00:00
committed by Tibor Vass
parent 91d0d25ee4
commit c30d9d2fff
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ For information on connecting a container to a network, see the ["*Docker networ
## Examples
### Assign name and allocate psuedo-TTY (--name, -it)
### Assign name and allocate pseudo-TTY (--name, -it)
$ docker run --name test -it debian
root@d6c0fe130dba:/# exit 13