Fixup typo in comment block.

Fix a couple of typos in the comment block.
This commit is contained in:
Richard Bradshaw 2013-01-19 19:34:38 +00:00
parent 6c7a2fac17
commit 3ad58caba6
1 changed files with 3 additions and 3 deletions

View File

@ -57,11 +57,11 @@
| 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();