From 5a25b5a7146273980a0c2a6a532350732736a203 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 1 Mar 2012 11:22:47 -0600 Subject: [PATCH] Fix typo Fix typo in the configuration loader event description. Signed-off-by: Taylor Otwell --- application/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/start.php b/application/start.php index 8faf15a1..38fba8e1 100644 --- a/application/start.php +++ b/application/start.php @@ -22,7 +22,7 @@ | The Laravel configuration loader is responsible for returning an array | of configuration options for a given bundle and file. By default, we | 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. | */