diff --git a/network/index.md b/network/index.md index 8b0ce9f4a6..127155db89 100644 --- a/network/index.md +++ b/network/index.md @@ -52,7 +52,7 @@ Here are some examples: > the outside world as well. > > If you include the localhost IP address (`127.0.0.1`) with the publish flag, -> only the Docker host can the published container port. +> only the Docker host can access the published container port. > > ```console > $ docker run -p 127.0.0.1:8080:80 nginx