Skip to content

Commit

Permalink
Trivial typo fix
Browse files Browse the repository at this point in the history
This PR takes over changes in #8980.
  • Loading branch information
tengqm committed Jul 19, 2018
1 parent 4aaa353 commit cb00315
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 cb00315

Please sign in to comment.