Skip to content
Prev Previous commit
Update doc/api/child_process.md
Co-authored-by: Bart Louwers <bart.louwers@gmail.com>
  • Loading branch information
gireeshpunathil and louwers authored Nov 3, 2024
commit f12ecd48eceedf7f0cc3a52761fd4361ccfe0d3a
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => {
});
```

If `timeout` is greater than `0`, the parent will send the signal
If `timeout` is greater than `0`, the parent process will send the signal
identified by the `killSignal` property (the default is `'SIGTERM'`) if the
child process runs longer than `timeout` milliseconds.

Expand Down