Browse Source

Fix grammar.

Taylor Otwell 11 years ago
parent
commit
eea4713e7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap/start.php

+ 1 - 1
bootstrap/start.php

@@ -50,7 +50,7 @@ $app->bindInstallPaths(require __DIR__.'/paths.php');
 | Load The Application
 | Load The Application
 |--------------------------------------------------------------------------
 |--------------------------------------------------------------------------
 |
 |
-| Here we will load the Illuminate application. We'll keep this is in a
+| Here we will load this Illuminate application. We will keep this in a
 | separate location so we can isolate the creation of an application
 | separate location so we can isolate the creation of an application
 | from the actual running of the application with a given request.
 | from the actual running of the application with a given request.
 |
 |