Skip to content

Commit b2684e0

Browse files
committed
IHF: Readme minor fixes.
1 parent 3cb2d43 commit b2684e0

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
@@ -92,7 +92,7 @@ $array = array_except_value($array, ['bar', 'baz']);
9292
9393
#### `call_in_background()`
9494
95-
Calls artisan console command in background. Code execution continues immediately, without waiting for the results.
95+
Calls artisan console command in background. Code execution continues immediately, without waiting for results.
9696
9797
```php
9898
call_in_background('foo');

0 commit comments

Comments
 (0)