From 941cfc4803423195fe8ec1198a0fc317037e26ae Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 3 Jun 2015 23:47:42 -0700 Subject: [PATCH] Fix mispelling --- 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 565de38..5097989 100644 --- a/doc/how-nginx-works.md +++ b/doc/how-nginx-works.md @@ -39,7 +39,7 @@ will be included: ... section: something location -There are some significant concequences to this behavior such as it _not_ being +There are some significant consequences to this behavior such as it _not_ being possible to build configuration files from small, overlapping, location blocks. ## try_files in the server context does not always apply