Fix grammar

Fixes #1911
This commit is contained in:
Misty Stanley-Jones 2017-02-22 13:37:22 -08:00 committed by GitHub
parent 828e6212ce
commit de2d6f8191
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ available through the Docker Engine CLI. These commands are:
While not required, it is a good idea to read [Understanding Docker
network](index.md) before trying the examples in this section. The
examples for the rely on a `bridge` network so that you can try them
immediately. If you would prefer to experiment with an `overlay` network see
the [Getting started with multi-host networks](get-started-overlay.md) instead.
examples use the default `bridge` network so that you can try them
immediately. To experiment with an `overlay` network, check out
the [Getting started with multi-host networks](get-started-overlay.md) guide instead.
## Create networks