That'll break book stuff

This commit is contained in:
Phil Sturgeon
2016-01-07 16:01:09 -05:00
parent 83de1013ed
commit 420e0f8e61
2 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ production (live).
### Development
To show every possible error during <strong>development</strong>, configure the following settings in your `php.ini`:
To show every possible error during **development**, configure the following settings in your `php.ini`:
{% highlight ini %}
display_errors = On
@@ -37,7 +37,7 @@ use either `-1` or `E_ALL | E_STRICT`.
### Production
To hide errors on your <strong>production</strong> environment, configure your `php.ini` as:
To hide errors on your **production** environment, configure your `php.ini` as:
{% highlight ini %}
display_errors = Off