From fe26571157a719e6c845e4eb7bec08e5d3400a29 Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Fri, 27 Mar 2015 12:55:09 +0800 Subject: [PATCH] Fix typo. --- docs/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networking.md b/docs/networking.md index 3140ba38b4b..493bddc893b 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -74,7 +74,7 @@ with Docker's `--net=container:` function. As with Docker, it is possible to request host ports, but this is reduced to a very niche operation. In this case a port will be allocated on the host `Node` -and traffic will be forearded to the `Pod`. The `Pod` itself is blind to the +and traffic will be forwarded to the `Pod`. The `Pod` itself is blind to the existence or non-existence of host ports. ## How to acheive this