summaryrefslogtreecommitdiff
path: root/docs/sources/articles/networking.md
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-08-07 22:01:07 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-08-07 22:01:07 +0000
commit622225b48e72a2d43eeb63d5301ce3aa1fd7edb2 (patch)
tree7fefd8da54773f4365fe32c119be24c58906c015 /docs/sources/articles/networking.md
parentb3552c73bbc69ff3e8878e4b6ef3349c8cabc434 (diff)
parentd84a070e476ce923dd03e28232564a87704613ab (diff)
downloaddocker-baserock/v1.1.2.tar.gz
Merge tag 'v1.1.2' into foobaserock/v1.1.2
v1.1.2
Diffstat (limited to 'docs/sources/articles/networking.md')
-rw-r--r--docs/sources/articles/networking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/articles/networking.md b/docs/sources/articles/networking.md
index 927cd80875..bf46b90ea2 100644
--- a/docs/sources/articles/networking.md
+++ b/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
both with the host machine and with each other. Every time Docker
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
`eth0` interface and keeps the other peer, with a unique name like
`vethAQI2QT`, out in the namespace of the host machine. By binding