Commit 3ad58cab authored by Richard Bradshaw's avatar Richard Bradshaw

Fixup typo in comment block.

Fix a couple of typos in the comment block.
parent 6c7a2fac
...@@ -57,11 +57,11 @@ $app = require_once __DIR__.'/../start.php'; ...@@ -57,11 +57,11 @@ $app = require_once __DIR__.'/../start.php';
| Run The Application | 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 | which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative | 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();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment