Browse code

Fix asa

Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>

Wen Cheng Ma authored on 2016/04/20 12:14:47
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@ parent = "engine_extend"
13 13
 Docker Engine network plugins enable Engine deployments to be extended to
14 14
 support a wide range of networking technologies, such as VXLAN, IPVLAN, MACVLAN
15 15
 or something completely different. Network driver plugins are supported via the
16
-LibNetwork project. Each plugin is implemented asa  "remote driver" for
16
+LibNetwork project. Each plugin is implemented as a  "remote driver" for
17 17
 LibNetwork, which shares plugin infrastructure with Engine. Effectively, network
18 18
 driver plugins are activated in the same way as other plugins, and use the same
19 19
 kind of protocol.