Browse Source

Fix a few comments for wording.

Taylor Otwell 10 years ago
parent
commit
2e0afb9bf1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Providers/RouteServiceProvider.php

+ 2 - 2
app/Providers/RouteServiceProvider.php

@@ -8,14 +8,14 @@ class RouteServiceProvider extends ServiceProvider {
 	/**
 	 * This namespace is applied to the controller routes in your routes file.
 	 *
-	 * In addition, this is set as the URL generator's root namespace.
+	 * In addition, it is set as the URL generator's root namespace.
 	 *
 	 * @var string
 	 */
 	protected $namespace = 'App\Http\Controllers';
 
 	/**
-	 * Bootstrap any application services.
+	 * Define your route model bindings, pattern filters, etc.
 	 *
 	 * @param  \Illuminate\Routing\Router  $router
 	 * @return void