diff --git a/public/index.php b/public/index.php index 5fb64679..85b2ec5f 100644 --- a/public/index.php +++ b/public/index.php @@ -57,11 +57,11 @@ | 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 | 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(); \ No newline at end of file +$app->run();