From d554c7c582b089b34397b43d6c0fb2c2cca9ec1d Mon Sep 17 00:00:00 2001 From: Francisc Romano Date: Mon, 2 Nov 2015 14:03:25 +0200 Subject: [PATCH] Miiiiiiiiiiiiiinor typo fix --- doc/how-nginx-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how-nginx-works.md b/doc/how-nginx-works.md index 5097989..29cba8a 100644 --- a/doc/how-nginx-works.md +++ b/doc/how-nginx-works.md @@ -13,7 +13,7 @@ which may trip up new users. A [location block (directive)](http://nginx.org/en/docs/http/ngx_http_core_module.html#location) defines the behavior for a given request which matches the location url pattern. The block used is whichever is the most specific for the given request, the rules for -precedene can be found in [Nginx's wiki](http://wiki.nginx.org/HttpCoreModule#location). +precedence can be found in [Nginx's wiki](http://wiki.nginx.org/HttpCoreModule#location). It is very important when writing nginx configuration files to understand that only one location block will be used by Nginx. When in doubt a useful technique