Browse Source

Comment fix.

Taylor Otwell 8 years ago
parent
commit
3eb8613ff8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/routes.php

+ 1 - 1
app/Http/routes.php

@@ -5,7 +5,7 @@
 | Routes File
 |--------------------------------------------------------------------------
 |
-| Here is where you can register all of the routes in an application.
+| Here is where you will register all of the routes in an application.
 | It's a breeze. Simply tell Laravel the URIs it should respond to
 | and give it the controller to call when that URI is requested.
 |