From b908a63ac3a673441c5f41fc2539aabfa8aaf167 Mon Sep 17 00:00:00 2001 From: Borislav Andric Date: Sun, 11 Apr 2021 09:47:26 +0200 Subject: [PATCH] Fix typo --- chapters/03-kubernetes-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/03-kubernetes-deployment.md b/chapters/03-kubernetes-deployment.md index d09b8d6..fbfdfd9 100644 --- a/chapters/03-kubernetes-deployment.md +++ b/chapters/03-kubernetes-deployment.md @@ -603,7 +603,7 @@ It's worth noting that in the previous example, we changed the service's selector, but it is also possible to change the pods' labels. -For instance, is a service's selector is set to look for pods +For instance, if a service's selector is set to look for pods with the label `status=enabled`, you can apply such a label to a specific pod with: