From 024b689869c0c90611caa8c7d6eba8a17c2b2a8d Mon Sep 17 00:00:00 2001 From: to-bar <46519524+to-bar@users.noreply.github.com> Date: Tue, 29 Dec 2020 10:29:36 +0100 Subject: [PATCH] Correct verb form --- docs/home/howto/ISTIO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/howto/ISTIO.md b/docs/home/howto/ISTIO.md index a5a652707d..981b2ff94f 100644 --- a/docs/home/howto/ISTIO.md +++ b/docs/home/howto/ISTIO.md @@ -39,7 +39,7 @@ Using this configuration file, controller will detect Istio Operator resource in ### How to set up service mesh for an application -The default Istio installation use automcatic sidecar injection. You need to label the namespace where application will be hosted: +The default Istio installation uses automcatic sidecar injection. You need to label the namespace where application will be hosted: ```bash kubectl label namespace default istio-injection=enabled