From 880fd106c7276833ccb3f6d2aa411dcf942d1434 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 1 Nov 2011 23:29:06 -0500 Subject: [PATCH] tweaking route introduction. --- application/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/routes.php b/application/routes.php index 5293f18d..a85ec057 100644 --- a/application/routes.php +++ b/application/routes.php @@ -8,7 +8,7 @@ |-------------------------------------------------------------------------- | | Here is the public API of your application. To add functionality to your - | application, you just add to the array located in this file. + | application, you just add to the array of routes located in this file. | | Simply tell Laravel the HTTP verbs and URIs it should respond to. It is a | breeze to create beautiful applications using the simplicity and elegance