Comment fix.

This commit is contained in:
Taylor Otwell 2015-12-14 09:44:17 -06:00
parent 171de278d7
commit 3eb8613ff8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
| Routes File | 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 | 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. | and give it the controller to call when that URI is requested.
| |