From fb7a3051cbca2d3f772479caa2b6087e424f0b5d Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sat, 14 May 2016 16:58:18 -0700 Subject: [PATCH] Fix a typo in work-with-networks.md This fix fixes a typo in the documentation of `work-with-networks.md`. Signed-off-by: Yong Tang Upstream-commit: 414b9dea8a1bf7ef7a4b9584dd887c51b49751d4 Component: engine --- .../engine/docs/userguide/networking/work-with-networks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/userguide/networking/work-with-networks.md b/components/engine/docs/userguide/networking/work-with-networks.md index 5071b6933e..63d9ffaa2a 100644 --- a/components/engine/docs/userguide/networking/work-with-networks.md +++ b/components/engine/docs/userguide/networking/work-with-networks.md @@ -289,7 +289,7 @@ examine its networking stack: $ docker attach container2 ``` -If you look a the container's network stack you should see two Ethernet interfaces, one for the default bridge network and one for the `isolated_nw` network. +If you look at the container's network stack you should see two Ethernet interfaces, one for the default bridge network and one for the `isolated_nw` network. ```bash / # ifconfig