Skip to content

Commit 94f0484

Browse files
Fix typo in artisan.md (#10446)
1 parent 93c218d commit 94f0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎artisan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ If you would like to define arguments or options to expect multiple input values
387387
'mail:send {user*}'
388388
```
389389

390-
When calling this method, the `user` arguments may be passed in order to the command line. For example, the following command will set the value of `user` to an array with `1` and `2` as its values:
390+
When running this command, the `user` arguments may be passed in order to the command line. For example, the following command will set the value of `user` to an array with `1` and `2` as its values:
391391

392392
```shell
393393
php artisan mail:send 1 2

0 commit comments

Comments
 (0)