Skip to content

Commit 99991ba

Browse files
author
Marco de Vries
committed
Grammar error in errors.md
showed -> shown
1 parent 1b66c3f commit 99991ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a name="error-detail"></a>
1010
## Error Detail
1111

12-
By default, error detail is enabled for your application. This means that when an error occurs you will be showed an error page with a detailed stack trace and error message. You may turn off error details by setting the `debug` option in your `app/config/app.php` file to `false`. **It is strongly recommended that you turn off error detail in a production environment.**
12+
By default, error detail is enabled for your application. This means that when an error occurs you will be shown an error page with a detailed stack trace and error message. You may turn off error details by setting the `debug` option in your `app/config/app.php` file to `false`. **It is strongly recommended that you turn off error detail in a production environment.**
1313

1414
<a name="handling-errors"></a>
1515
## Handling Errors

0 commit comments

Comments
 (0)