Documentation: typo

Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
This commit is contained in:
Pierre Bertet
2013-01-10 15:46:50 +01:00
parent f69b70aa80
commit 347f1b8d97

View File

@@ -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'));