From 94cdaba893d932e7db38bacf97751a74462de6f1 Mon Sep 17 00:00:00 2001 From: Olexandr Shalakhin Date: Tue, 28 Feb 2017 20:58:25 +0200 Subject: [PATCH] Update networking.md fix typo with triple "m" for command word --- docker-for-mac/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/networking.md b/docker-for-mac/networking.md index 2bdd57f0d5..466541cb94 100644 --- a/docker-for-mac/networking.md +++ b/docker-for-mac/networking.md @@ -112,7 +112,7 @@ container to random ports on the host. docker run -d -P --name webserver nginx -See the [run commmand](/engine/reference/commandline/run.md) for more details on +See the [run command](/engine/reference/commandline/run.md) for more details on publish options used with `docker run`. #### A view into implementation