From f69b70aa80ad6b88957f826ebad6ec0e377905b0 Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Thu, 10 Jan 2013 15:42:27 +0100 Subject: [PATCH] Documentation: typo Signed-off-by: Pierre Bertet --- laravel/documentation/artisan/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ ## Contents ## 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