Fixed typo in get-started (#6627)

This commit is contained in:
Henry T. Phan 2018-05-03 15:23:11 -04:00 committed by Gwendolynne Barr
parent ec170487c6
commit eeb4a8843a
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ friendlyhello latest 326387cea398
> DNS misconfigurations 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 > 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 > 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 > ```json
>{ >{