From f28587f5f5d0910a9b9121d28b2dc21c8a3e823a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 17 Dec 2017 20:23:19 -0800 Subject: [PATCH] doc: fix typo in child_process.md PR-URL: https://github.com/nodejs/node/pull/17727 Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Daniel Bevenius Reviewed-By: Jon Moss Reviewed-By: James M Snell --- doc/api/child_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 84453ce1cfd8ef..7733b23a9c0bc1 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -980,7 +980,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.