fix controller comment.

This commit is contained in:
Taylor Otwell 2011-11-04 21:58:09 -05:00
parent 88e6143338
commit 4bfcb064bf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Home_Controller extends Controller {
| application "routes.php" file. Laravel is smart enough to find this
| controller and call the default method, which is "get_index".
|
| Just like routes, controllers are also RESTful by default. Each function
| Just like routes, controllers are also RESTful by default. Each method
| is prefixed with the HTTP verb it responds to, allowing you to quickly
| build beautiful RESTful applications.
|