From 746c255ab227649ed1971f4aa6f69b44fc8edc4e Mon Sep 17 00:00:00 2001 From: Jason Novinger Date: Thu, 11 May 2017 15:10:23 -0500 Subject: [PATCH] Minor grammar fix "doesn't" --> "don't" --- docs/en/plugins/addheaderredefinition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/plugins/addheaderredefinition.md b/docs/en/plugins/addheaderredefinition.md index 8eef0c4..5fe5742 100644 --- a/docs/en/plugins/addheaderredefinition.md +++ b/docs/en/plugins/addheaderredefinition.md @@ -1,6 +1,6 @@ # [add_header_redefinition] Redefining of response headers by "add_header" directive -Unfortunately, many people doesn't know how the inheritance of directives works. Most often this leads to misuse of the `add_header` directive while trying to add a new response header on the nested level. +Unfortunately, many people don't know how the inheritance of directives works. Most often this leads to misuse of the `add_header` directive while trying to add a new response header on the nested level. This feature is mentioned in Nginx [docs](http://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header): > There could be several `add_header` directives. These directives are inherited from the previous level if and only if there are no `add_header` directives defined on the current level.