Skip to content

Commit 490c265

Browse files
Mihai BoroboceaTibor Vass
authored andcommitted
docs: fix grammar typo in 'Network containers'
Signed-off-by: Mihai Borobocea <MihaiBorob@gmail.com> (cherry picked from commit a609c2c)
1 parent 7ae170d commit 490c265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/containers/networkingcontainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You name your container by using the `--name` flag, for example launch a new con
3535

3636
$ docker run -d -P --name web training/webapp python app.py
3737

38-
Use the `docker ps` command to see check the name:
38+
Use the `docker ps` command to check the name:
3939

4040
$ docker ps -l
4141
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

0 commit comments

Comments
 (0)