From d2c5bf23f16a98ca6f603f7fe2b5a31c70d4c8db Mon Sep 17 00:00:00 2001 From: yorkie Date: Mon, 18 Apr 2016 23:38:41 +0800 Subject: [PATCH] doc: fix typo Signed-off-by: yorkie --- docs/userguide/networking/dockernetworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networking/dockernetworks.md b/docs/userguide/networking/dockernetworks.md index 1848e7a7a9..24cb7ea2a2 100644 --- a/docs/userguide/networking/dockernetworks.md +++ b/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.