Parcourir la source

Merge pull request #22179 from wenchma/fix_asa

Fix asa
Sebastiaan van Stijn il y a 9 ans
Parent
commit
3cf4cad082
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/extend/plugins_network.md

+ 1 - 1
docs/extend/plugins_network.md

@@ -13,7 +13,7 @@ parent = "engine_extend"
 Docker Engine network plugins enable Engine deployments to be extended to
 support a wide range of networking technologies, such as VXLAN, IPVLAN, MACVLAN
 or something completely different. Network driver plugins are supported via the
-LibNetwork project. Each plugin is implemented asa  "remote driver" for
+LibNetwork project. Each plugin is implemented as a  "remote driver" for
 LibNetwork, which shares plugin infrastructure with Engine. Effectively, network
 driver plugins are activated in the same way as other plugins, and use the same
 kind of protocol.