Skip to content

Commit 3ad58ca

Browse files
committed
Fixup typo in comment block.
Fix a couple of typos in the comment block.
1 parent 6c7a2fa commit 3ad58ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
| Run The Application
5858
|--------------------------------------------------------------------------
5959
|
60-
| Once we have the application, we can simple call the run method,
60+
| Once we have the application, we can simply call the run method,
6161
| which will execute the request and send the response back to
6262
| the client's browser allowing them to enjoy the creative
63-
| this wonderful applications we have created for them.
63+
| and wonderful applications we have created for them.
6464
|
6565
*/
6666

67-
$app->run();
67+
$app->run();

0 commit comments

Comments
 (0)