Fix typos

This commit is contained in:
Rodrigo Queiro 2017-09-12 18:33:47 +02:00 committed by GitHub
parent 0a96924fc5
commit 01ad215d01

View file

@ -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"` To enable this feature use the annotation `ingress.kubernetes.io/from-to-www-redirect: "true"`
**Important:** **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 ### Whitelist source range