From 28a95624fe879bcf4d06d69e50a68d9b1f5e895b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 11 Apr 2014 16:32:36 -0500 Subject: [PATCH] Fix wording. --- artisan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artisan b/artisan index 36bb2d98..49bc4f0d 100755 --- a/artisan +++ b/artisan @@ -21,7 +21,7 @@ require __DIR__.'/bootstrap/autoload.php'; |-------------------------------------------------------------------------- | | We need to illuminate PHP development, so let's turn on the lights. -| This bootstrap the framework and gets it ready for use, then it +| This bootstraps the framework and gets it ready for and then it | will load up this application so that we can run it and send | the responses back to the browser and delight these users. |