mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +02:00
Merge pull request #159 from franmomu/patch-1
Fix typo in Error reporting
This commit is contained in:
@@ -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).
|
||||
|
Reference in New Issue
Block a user