From 2623670a4cf9f5c52c3376c029b1fcac79464461 Mon Sep 17 00:00:00 2001 From: arhaasdev Date: Mon, 4 Feb 2019 02:00:44 -0800 Subject: [PATCH] Update part2.md Eliminates the inappropriately placed "the" from "The second item is the Google's DNS [...]". --- get-started/part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index d2903a4359..7cf2b77df9 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -205,7 +205,7 @@ be something like `--tag=friendlyhello:v0.0.1`. > ``` > > In the example above, the first element of the list is the address of your DNS -> server. The second item is the Google's DNS which can be used when the first one is +> server. The second item is Google's DNS which can be used when the first one is > not available. > > Before proceeding, save `daemon.json` and restart the docker service.