From 3ad58caba6c79c487deecb2fd7b0ea94e45b4f38 Mon Sep 17 00:00:00 2001 From: Richard Bradshaw Date: Sat, 19 Jan 2013 19:34:38 +0000 Subject: [PATCH] Fixup typo in comment block. Fix a couple of typos in the comment block. --- public/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();