Fix typo in the configuration loader event description.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell 2012-03-01 11:22:47 -06:00
parent 16fa094cc3
commit 5a25b5a714
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
| 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.
| |
*/ */