Grammar corrrection. (#12651)

* Grammar corrrection.

* Minor tweak to the suggested wording

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Muhammad Tariq 2021-04-30 18:38:23 +05:00 committed by GitHub
parent d2520aae96
commit 9a771141ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ daemon host and the correct destination container.
When you initialize a swarm or join a Docker host to an existing swarm, two
new networks are created on that Docker host:
- an overlay network called `ingress`, which handles control and data traffic
- an overlay network called `ingress`, which handles the control and data traffic
related to swarm services. When you create a swarm service and do not
connect it to a user-defined overlay network, it connects to the `ingress`
network by default.