소스 검색

Merge pull request #19496 from dbarboza/19495-doc-grammar

Fix minor doc grammar issues
Vincent Demeester 9 년 전
부모
커밋
a866e7e2ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/userguide/networking/default_network/container-communication.md

+ 1 - 1
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