Skip to content

Commit fd2ccde

Browse files
committed
Minor readme fixes.
1 parent e679faf commit fd2ccde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ $sorted = multiarray_sort_by($array, 'name', SORT_ASC, 'model', SORT_DESC);
166166
167167
#### `call_in_background()`
168168
169-
Calls artisan console command in background. Code execution continues immediately, without waiting for results.
169+
Call artisan console command in the background. Code execution continues immediately, without waiting for results.
170170
171171
```php
172172
call_in_background('report');

0 commit comments

Comments
 (0)