Skip to content

Commit 347f1b8

Browse files
committed
Documentation: typo
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
1 parent f69b70a commit 347f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/documentation/artisan/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Now you can call the "run" method of your task via the command-line. You can eve
4242

4343
Command::run(array('notify'));
4444

45-
#### Calling a task from your application with arguements:
45+
#### Calling a task from your application with arguments:
4646

4747
Command::run(array('notify', 'taylor'));
4848

0 commit comments

Comments
 (0)