From de2d6f8191fd99f5653e70abb6374bbef2648e4f Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 22 Feb 2017 13:37:22 -0800 Subject: [PATCH] Fix grammar Fixes #1911 --- engine/userguide/networking/work-with-networks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/userguide/networking/work-with-networks.md b/engine/userguide/networking/work-with-networks.md index 2d5dcc914b..76366ecdbd 100644 --- a/engine/userguide/networking/work-with-networks.md +++ b/engine/userguide/networking/work-with-networks.md @@ -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