From 4a5d6523a871f5cb7c033b06032ad76b46f7d281 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 3 Jun 2015 23:40:36 -0700 Subject: [PATCH] Fix typo --- doc/common-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common-problems.md b/doc/common-problems.md index b9e64e2..15f4eca 100644 --- a/doc/common-problems.md +++ b/doc/common-problems.md @@ -225,5 +225,5 @@ application is the 404 page: _with this kind of setup it's necessary to explicitly define the php filename_. -In this way after nginx has tried to server a (none existant) static file, it +In this way after nginx has tried to serve a (none existant) static file, it will pass the request to the php application successfully.