Explorar el Código

Fix a typos in docs of networking guide

This fix fixes a typo in the documentation (`dockernetworks.md`)
of networking user guide.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Yong Tang hace 9 años
padre
commit
55b1724018
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/userguide/networking/dockernetworks.md

+ 1 - 1
docs/userguide/networking/dockernetworks.md

@@ -57,7 +57,7 @@ docker0   Link encap:Ethernet  HWaddr 02:42:47:bc:3a:eb
           RX bytes:1100 (1.1 KB)  TX bytes:648 (648.0 B)
           RX bytes:1100 (1.1 KB)  TX bytes:648 (648.0 B)
 ```
 ```
 
 
-The `none` network adds a container to a container-specific network stack. That container lacks a network interface. Attaching to such a container and looking at it's stack you see this:
+The `none` network adds a container to a container-specific network stack. That container lacks a network interface. Attaching to such a container and looking at its stack you see this:
 
 
 ```
 ```
 $ docker attach nonenetcontainer
 $ docker attach nonenetcontainer