Fix typo: Update to hello-minikube (#14706)

This commit is contained in:
Travis Merkel
2019-06-04 15:07:53 -07:00
committed by Kubernetes Prow Robot
parent 10e71c9d93
commit 270bae02d6
+1 -1
View File
@@ -59,7 +59,7 @@ This brief demo guides you on how to start, use, and delete Minikube locally. Fo
```
deployment.apps/hello-minikube created
```
3. To access the `hello-minikue` Deployment, expose it as a Service:
3. To access the `hello-minikube` Deployment, expose it as a Service:
```shell
kubectl expose deployment hello-minikube --type=NodePort
```