mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 03:21:18 +02:00
Fix typo in Error reporting
This commit is contained in:
@@ -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).
|
||||||
|
Reference in New Issue
Block a user