diff --git a/doc/api/child_process.md b/doc/api/child_process.md index a8baf56c69b2ba..06fad013ef508f 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -844,7 +844,7 @@ added: v0.1.90 * `signal` {string} -The `subprocess.kill()` methods sends a signal to the child process. If no +The `subprocess.kill()` method sends a signal to the child process. If no argument is given, the process will be sent the `'SIGTERM'` signal. See signal(7) for a list of available signals.