Skip to content

Commit

Permalink
Trivial typo fix (#9575)
Browse files Browse the repository at this point in the history
This PR takes over changes in #8980.
  • Loading branch information
tengqm authored and k8s-ci-robot committed Jul 19, 2018
1 parent c73b7d0 commit daa846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/docker-cli-to-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daa846b

Please sign in to comment.