fix common misspell

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux
2016-02-11 15:21:52 -08:00
committed by Tibor Vass
parent 91d0d25ee4
commit c30d9d2fff
4 changed files with 5 additions and 5 deletions

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