Merge pull request #102 from jeffwidman/patch-1

Fix typo
This commit is contained in:
Andy Dawson 2015-06-05 10:54:28 +02:00
commit 687994152c
1 changed files with 1 additions and 1 deletions

View File

@ -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.