Merge pull request #159 from franmomu/patch-1

Fix typo in Error reporting
This commit is contained in:
Phil Sturgeon
2012-08-04 06:48:16 -07:00

View File

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