From a77400801adade37bb2cb3ede6726b5baa3ed7cd Mon Sep 17 00:00:00 2001 From: Jamie Luckett Date: Wed, 19 Feb 2020 20:38:48 +0000 Subject: [PATCH] Add missing space in documentation line (#19013) --- content/en/docs/reference/kubectl/docker-cli-to-kubectl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md b/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md index b86ee27042..7def04e04c 100644 --- a/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md +++ b/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md @@ -281,7 +281,7 @@ kubectl get po -l run=nginx-app ``` {{< 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. +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