From f182ae277f88781cf11600dad96f03c343170752 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 16 Jan 2012 16:47:09 -0600 Subject: [PATCH] wording change --- application/controllers/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/home.php b/application/controllers/home.php index cc407246..3f442005 100644 --- a/application/controllers/home.php +++ b/application/controllers/home.php @@ -11,7 +11,7 @@ class Home_Controller extends Controller { | to use controllers to organize your application API. You'll love them. | | To start using this controller simply remove the default route from the - | application "routes.php" file. Laravel is smart enough to find this + | application "routes.php" file. Laravel is smart enough to locate this | controller and call the default method, which is "action_index". | | This controller responds to URIs beginning with "home", and it also