From f50d0d7fdb11ce36715adfbf857e4668c0fd8f75 Mon Sep 17 00:00:00 2001 From: Dave Barboza Date: Wed, 20 Jan 2016 10:47:50 -0500 Subject: [PATCH] Fix minor doc grammar issues Signed-off-by: Dave Barboza --- .../networking/default_network/container-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networking/default_network/container-communication.md b/docs/userguide/networking/default_network/container-communication.md index 0dc7016f4f..76593ff9d4 100644 --- a/docs/userguide/networking/default_network/container-communication.md +++ b/docs/userguide/networking/default_network/container-communication.md @@ -20,7 +20,7 @@ automatically when you install Docker. Whether a container can talk to the world is governed by two factors. The first factor is whether the host machine is forwarding its IP packets. The second is -whether the hosts `iptables` allow this particular connections +whether the host's `iptables` allow this particular connection. IP packet forwarding is governed by the `ip_forward` system parameter. Packets can only pass between containers if this parameter is `1`. Usually you will