소스 검색

Fix typo in networking.md

Minor typo fix
Josh 11 년 전
부모
커밋
cbdce9912d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/articles/networking.md

+ 1 - 1
docs/sources/articles/networking.md

@@ -26,7 +26,7 @@ bridge* that automatically forwards packets between any other network
 interfaces that are attached to it.  This lets containers communicate
 interfaces that are attached to it.  This lets containers communicate
 both with the host machine and with each other.  Every time Docker
 both with the host machine and with each other.  Every time Docker
 creates a container, it creates a pair of “peer” interfaces that are
 creates a container, it creates a pair of “peer” interfaces that are
-like opposite ends of a pipe — a packet send on one will be received on
+like opposite ends of a pipe — a packet sent on one will be received on
 the other.  It gives one of the peers to the container to become its
 the other.  It gives one of the peers to the container to become its
 `eth0` interface and keeps the other peer, with a unique name like
 `eth0` interface and keeps the other peer, with a unique name like
 `vethAQI2QT`, out in the namespace of the host machine.  By binding
 `vethAQI2QT`, out in the namespace of the host machine.  By binding