Browse Source

Merge pull request #2044 from jonathanmarvens/master

Tiny grammar fix...[:)].
Taylor Otwell 11 years ago
parent
commit
6d4418afff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -26,7 +26,7 @@ require __DIR__.'/../bootstrap/autoload.php';
 |--------------------------------------------------------------------------
 |
 | We need to illuminate PHP development, so let's turn on the lights.
-| This bootstrap the framework and gets it ready for use, then it
+| This bootstraps the framework and gets it ready for use, then it
 | will load up this application so that we can run it and send
 | the responses back to the browser and delight these users.
 |