ソースを参照

Merge pull request #22115 from yorkie/fix/doc-typo

doc: fix typo
Sebastiaan van Stijn 9 年 前
コミット
e68765d5e2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/userguide/networking/dockernetworks.md

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

@@ -18,7 +18,7 @@ applications run on. Docker container networks give you that control.
 
 
 This section provides an overview of the default networking behavior that Docker
 This section provides an overview of the default networking behavior that Docker
 Engine delivers natively. It describes the type of networks created by default
 Engine delivers natively. It describes the type of networks created by default
-and how to create your own, user--defined networks. It also describes the
+and how to create your own, user-defined networks. It also describes the
 resources required to create networks on a single host or across a cluster of
 resources required to create networks on a single host or across a cluster of
 hosts.
 hosts.