Browse Source

Merge pull request #1628 from amigorich/typo-fix

Fixup typo in comment block.
Dayle Rees 11 years ago
parent
commit
d19398614b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      public/index.php

+ 3 - 3
public/index.php

@@ -57,11 +57,11 @@ $app = require_once __DIR__.'/../start.php';
 | Run The Application
 |--------------------------------------------------------------------------
 |
-| Once we have the application, we can simple call the run method,
+| Once we have the application, we can simply call the run method,
 | which will execute the request and send the response back to
 | the client's browser allowing them to enjoy the creative
-| this wonderful applications we have created for them.
+| and wonderful applications we have created for them.
 |
 */
 
-$app->run();
+$app->run();