Improve word order

The text should reflect the code.
This commit is contained in:
a3020
2016-02-26 15:15:44 +01:00
parent 355d887de5
commit fa52d1fab4

View File

@@ -48,7 +48,7 @@ changes to your code to help ensure best interoperability and forward compatibil
Error Reporting can be changed by using PHP settings and/or PHP function calls. Using the built in PHP function
`error_reporting()` you can set the level of errors for the duration of the script execution by passing one of the
predefined error level constants, meaning if you only want to see Warnings and Errors - but not Notices - then you can
predefined error level constants, meaning if you only want to see Errors and Warnings - but not Notices - then you can
configure that:
{% highlight php %}