From 5c016bee873de5b83e6dad962f66e6a96cd73fa1 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 25 Mar 2018 23:55:30 +0800 Subject: [PATCH] Update annotations.md (#2255) a typo fix --- 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 9ff971917..caa62d2a6 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -208,7 +208,7 @@ nginx.ingress.kubernetes.io/configuration-snippet: | ### Default Backend -The ingress controller requires a default backend. This service is handle the response when the service in the Ingress rule does not have endpoints. +The ingress controller requires a default backend. This service handles the response when the service in the Ingress rule does not have endpoints. This is a global configuration for the ingress controller. In some cases could be required to return a custom content or format. In this scenario we can use the annotation `nginx.ingress.kubernetes.io/default-backend: ` to specify a custom default backend. ### Enable CORS