From 2fbcd3c8bffe1dd9dd5e41563012ade906b98171 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.