Skip to content

Commit fefda3e

Browse files
authored
Add missing space in documentation line (#19013)
1 parent f16c41b commit fefda3e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ kubectl get po -l run=nginx-app
281281
```
282282

283283
{{< note >}}
284-
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.
284+
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.
285285
{{< /note >}}
286286

287287
## docker login

0 commit comments

Comments
 (0)