Browse Source

Documentation: typo

Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
Pierre Bertet 12 years ago
parent
commit
f69b70aa80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/artisan/tasks.md

+ 1 - 1
laravel/documentation/artisan/tasks.md

@@ -10,7 +10,7 @@
 <a name="the-basics"></a>
 <a name="the-basics"></a>
 ## The Basics
 ## 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.
 
 
 <a name="creating-tasks"></a>
 <a name="creating-tasks"></a>
 ## Creating & Running Tasks
 ## Creating & Running Tasks