diff --git a/laravel/documentation/artisan/tasks.md b/laravel/documentation/artisan/tasks.md index 63c9dc17..4f2fb7de 100644 --- a/laravel/documentation/artisan/tasks.md +++ b/laravel/documentation/artisan/tasks.md @@ -42,7 +42,7 @@ Now you can call the "run" method of your task via the command-line. You can eve Command::run(array('notify')); -#### Calling a task from your application with arguements: +#### Calling a task from your application with arguments: Command::run(array('notify', 'taylor'));