From eeb4a8843a17269756b67ab2146c390c4e140ffb Mon Sep 17 00:00:00 2001 From: "Henry T. Phan" Date: Thu, 3 May 2018 15:23:11 -0400 Subject: [PATCH] Fixed typo in get-started (#6627) --- 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 dcd3889b3d..022475c31d 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -192,7 +192,7 @@ friendlyhello latest 326387cea398 > 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: +> configuration file at `/etc/docker/daemon.json` with the `dns` key, as following: > > ```json >{