Trivial typo fix (#9575)

This PR takes over changes in #8980.
This commit is contained in:
Qiming
2018-07-20 00:57:53 +08:00
committed by k8s-ci-robot
parent c73b7d056a
commit daa846bdd9
@@ -220,7 +220,7 @@ $ kubectl get po -l run=nginx-app
```
{{< note >}}
**Note:** When you use kubectl, you don't delete the pod directly.You have to fiirst delete the Deployment that owns the pod. If you delete the pod directly, the Deployment recreates the pod.
**Note:** When you use kubectl, you don't delete the pod directly.You have to first delete the Deployment that owns the pod. If you delete the pod directly, the Deployment recreates the pod.
{{< /note >}}
#### docker login