Browse code

doc: fix typo

Signed-off-by: yorkie <yorkiefixer@gmail.com>
(cherry picked from commit d2c5bf23f16a98ca6f603f7fe2b5a31c70d4c8db)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

yorkie authored on 2016/04/19 00:38:41
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ applications run on. Docker container networks give you that control.
18 18
 
19 19
 This section provides an overview of the default networking behavior that Docker
20 20
 Engine delivers natively. It describes the type of networks created by default
21
-and how to create your own, user--defined networks. It also describes the
21
+and how to create your own, user-defined networks. It also describes the
22 22
 resources required to create networks on a single host or across a cluster of
23 23
 hosts.
24 24