From cb88c6ebcccea22ea35023961acfec9040cd9258 Mon Sep 17 00:00:00 2001 From: Leonidas Date: Thu, 4 Feb 2021 15:16:01 +0200 Subject: [PATCH] Readme Syntax fix Simple syntax fix --- docs/examples/customization/custom-configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/customization/custom-configuration/README.md b/docs/examples/customization/custom-configuration/README.md index f31a143d4..3ddefe245 100644 --- a/docs/examples/customization/custom-configuration/README.md +++ b/docs/examples/customization/custom-configuration/README.md @@ -21,4 +21,4 @@ curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/docs/exam | kubectl apply -f - ``` -If the Configmap it is updated, NGINX will be reloaded with the new configuration. +If the Configmap is updated, NGINX will be reloaded with the new configuration.