Browse Source

Documentation: typo

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

+ 1 - 1
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'));