Skip to content

Commit cb00315

Browse files
committed
Trivial typo fix
This PR takes over changes in #8980.
1 parent 4aaa353 commit cb00315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/docker-cli-to-kubectl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ $ kubectl get po -l run=nginx-app
220220
```
221221

222222
{{< note >}}
223-
**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.
223+
**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.
224224
{{< /note >}}
225225

226226
#### docker login

0 commit comments

Comments
 (0)