From 01ad215d01c6264c3614ee3ede90125b9f284800 Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Tue, 12 Sep 2017 18:33:47 +0200 Subject: [PATCH] Fix typos --- controllers/nginx/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index 258e201ab4..9edfe180d6 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -287,7 +287,7 @@ In some scenarios is required to redirect from `www.domain.com` to `domain.com` To enable this feature use the annotation `ingress.kubernetes.io/from-to-www-redirect: "true"` **Important:** -If at some point a new Ingress is created with a host equals to one of the options (like `domain.com`) the annotation will be ommited. +If at some point a new Ingress is created with a host equal to one of the options (like `domain.com`) the annotation will be omitted. ### Whitelist source range