Merge pull request #3278 from jpkleemans/patch-1

Updated Run The Application comment
This commit is contained in:
Taylor Otwell 2015-02-24 19:58:56 -06:00
commit 78e24acf2a
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
| Run The Application | Run The Application
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Once we have the application, we can simply call the run method, | Once we have the application, we can handle the incoming request
| which will execute the request and send the response back to | through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative | the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them. | and wonderful application we have prepared for them.
| |