Commit 347f1b8d authored by Pierre Bertet's avatar Pierre Bertet

Documentation: typo

Signed-off-by: 's avatarPierre Bertet <bonjour@pierrebertet.net>
parent f69b70aa
...@@ -42,7 +42,7 @@ Now you can call the "run" method of your task via the command-line. You can eve ...@@ -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')); 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'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment