summaryrefslogtreecommitdiff
path: root/doc/api/child_process.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/child_process.md')
-rw-r--r--doc/api/child_process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index b3c9d10250..b7c0d52a0f 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -1022,7 +1022,7 @@ within the child process to close the IPC channel as well.
added: v0.1.90
-->
-* `signal` {string}
+* `signal` {number|string}
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