Commit 5a25b5a7 authored by Taylor Otwell's avatar Taylor Otwell

Fix typo

Fix typo in the configuration loader event description.
Signed-off-by: 's avatarTaylor Otwell <taylorotwell@gmail.com>
parent 16fa094c
...@@ -22,7 +22,7 @@ ini_set('display_errors', 'Off'); ...@@ -22,7 +22,7 @@ ini_set('display_errors', 'Off');
| The Laravel configuration loader is responsible for returning an array | The Laravel configuration loader is responsible for returning an array
| of configuration options for a given bundle and file. By default, we | of configuration options for a given bundle and file. By default, we
| use the files provided with Laravel; however, you are free to use | use the files provided with Laravel; however, you are free to use
| your own storage mechanism for configuration files. | your own storage mechanism for configuration arrays.
| |
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment