Merge pull request #1628 from amigorich/typo-fix

Fixup typo in comment block.
This commit is contained in:
Dayle Rees
2013-01-23 01:02:31 -08:00

View File

@@ -57,10 +57,10 @@ $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.
| |
*/ */