Fix typo in Error reporting

This commit is contained in:
Fran Moreno
2012-08-04 14:15:18 +03:00
parent af0715e7d7
commit 2684f69b95

View File

@@ -4,7 +4,7 @@ isChild: true
## Error Reporting ## 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 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 be caused by the output of these messages, you need to configure your server differently in development versus
production (live). production (live).