Skip to content

Commit e40c38d

Browse files
authored
Small typo (#57)
1 parent 6b012b3 commit e40c38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/1/digging-deeper/child-processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ the program has become unresponsive and you simply need to "reboot" it.
199199
If you have a `Native\Laravel\ChildProcess` instance, you may call the `restart` method on it:
200200

201201
```php
202-
$tail->stop();
202+
$tail->restart();
203203
```
204204

205205
Alternatively, you may use the `ChildProcess` facade to restart a process via its alias:

0 commit comments

Comments
 (0)