From a3baec85e4e617872d3622d32bd053859a603472 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Wed, 18 Apr 2018 15:53:49 -0700 Subject: [PATCH] Fix typo (#6480) DNS "misconfgiurations" -> "misconfigurations" --- 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 4b13d9f0a5..dcd3889b3d 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -189,7 +189,7 @@ friendlyhello latest 326387cea398 > > _Proxy server settings_ > -> DNS misconfgiurations can generate problems with `pip`. You need to set your +> DNS misconfigurations can generate problems with `pip`. You need to set your > own DNS server address to make `pip` work properly. You might want > to change the DNS settings of the Docker daemon. You can edit (or create) the > configurarion file at `/etc/docker/daemon.json` with the `dns` key, as following: