reimplement PRs to fix tech typo

This is to resolve the typo referenced for PRs #2127, #2312, and #2349
reviewable/pr2375/r1
Andrew Chen 2017-01-27 14:51:29 -08:00 committed by GitHub
parent 981fe0ce2b
commit 49002b3d2e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ eval $(minikube docker-env)
```
**Note:** Later, when you no longer wish to use the Minikube host, you can undo
this change by running `eval $(minikube docker-env) -u`.
this change by running `eval $(minikube docker-env -u)`.
Build your Docker image, using the Minikube Docker daemon: