From 2a922f37cc53ea1ff34572e6c6fd625ee0d7170f Mon Sep 17 00:00:00 2001 From: Screeny Date: Mon, 23 Oct 2017 17:00:56 +0200 Subject: [PATCH] minor grammar fix --- docs/en/plugins/origins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/plugins/origins.md b/docs/en/plugins/origins.md index 7b1017e..2d839e1 100644 --- a/docs/en/plugins/origins.md +++ b/docs/en/plugins/origins.md @@ -30,4 +30,4 @@ TODO(buglloc): Regex Ninja? - fix your regex or toss it away :) - if you use regex validation for `Referer` request header, then, possibly (not 100%), you could use [ngx_http_referer_module](http://nginx.org/en/docs/http/ngx_http_referer_module.htmll); - - sometimes is much better to use `map` directive without any regex at all. + - sometimes it is much better to use the `map` directive without any regex at all.