From 2684f69b95334ecbe0e1f90e0255862bd71c0dc7 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Sat, 4 Aug 2012 14:15:18 +0300 Subject: [PATCH] Fix typo in Error reporting --- _posts/07-07-01-Error-Reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-07-01-Error-Reporting.md b/_posts/07-07-01-Error-Reporting.md index d79405e..4a90908 100644 --- a/_posts/07-07-01-Error-Reporting.md +++ b/_posts/07-07-01-Error-Reporting.md @@ -4,7 +4,7 @@ isChild: true ## Error Reporting -Error logging can be useful in finding the problem spots in your application, but it can also expose infromation about +Error logging can be useful in finding the problem spots in your application, but it can also expose information about the structure of your application to the outside world. To effectively protect your application from issues that could be caused by the output of these messages, you need to configure your server differently in development versus production (live).