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
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ #### Calling a task from your application:
Command::run(array('notify')); 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')); Command::run(array('notify', 'taylor'));