Skip to content

Commit

Permalink
Minor grammar fix
Browse files Browse the repository at this point in the history
"doesn't" --> "don't"
  • Loading branch information
jnovinger authored and buglloc committed May 12, 2017
1 parent a21d887 commit 746c255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/plugins/addheaderredefinition.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 746c255

Please sign in to comment.