From 1329a12ff3e5e304ffcf629babf23d7930cda6af Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Fri, 22 Jan 2016 15:05:01 -0500 Subject: [PATCH] Single capitalization fix --- 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 15f4eca..8a06c31 100644 --- a/doc/common-problems.md +++ b/doc/common-problems.md @@ -114,7 +114,7 @@ With the above config, a request for `/css/main.css`, assuming the file exists, would be served directly by nginx whereas a request for `/application/user.css` would be processed by php. -it is tempting to add h5bp's basic ruleset by simply appending it in +It is tempting to add h5bp's basic ruleset by simply appending it in the server context: server {