We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69b70a commit 347f1b8Copy full SHA for 347f1b8
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
42
43
Command::run(array('notify'));
44
45
-#### Calling a task from your application with arguements:
+#### Calling a task from your application with arguments:
46
47
Command::run(array('notify', 'taylor'));
48
0 commit comments