diff --git a/laravel/documentation/artisan/tasks.md b/laravel/documentation/artisan/tasks.md
index 761c6414..63c9dc17 100644
--- a/laravel/documentation/artisan/tasks.md
+++ b/laravel/documentation/artisan/tasks.md
@@ -10,7 +10,7 @@
## The Basics
-Laravel's command-line tool is called Artisan. Artisan can be used to run "tasks" such as migrations, cronjobs, unit-tests, or anything that want.
+Laravel's command-line tool is called Artisan. Artisan can be used to run "tasks" such as migrations, cronjobs, unit-tests, or anything that you want.
## Creating & Running Tasks