소스 검색

doc: fix typo

Signed-off-by: yorkie <yorkiefixer@gmail.com>
yorkie 9 년 전
부모
커밋
d2c5bf23f1
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
 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
 hosts.