From a7a76bd69292b3451ce8d6fb7dfe2c2b95ff3247 Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Sat, 28 Oct 2017 15:43:04 +0100 Subject: [PATCH] fix typo in user-guide/annotations.md --- docs/user-guide/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index 133062307..a0525a93a 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -186,7 +186,7 @@ Example: `ingress.kubernetes.io/cors-allow-methods: "PUT, GET, POST, OPTIONS"` * `ingress.kubernetes.io/cors-allow-headers` controls which headers are accepted. This is a multi-valued field, separated by ',' and accepts letters, numbers, _ and -. -Example: `ingress.kubernetes.io/cors-allow-methods: "X-Forwarded-For, X-app123-XPTO"` +Example: `ingress.kubernetes.io/cors-allow-headers: "X-Forwarded-For, X-app123-XPTO"` * `ingress.kubernetes.io/cors-allow-origin` controls what's the accepted Origin for CORS and defaults to '*'. This is a single field value, with the following format: http(s)://origin-site.com or http(s)://origin-site.com:port