Skip to content

Commit 5b672af

Browse files
Trottgibfahn
authored andcommitted
doc: fix typo in child_process.md
PR-URL: #17727 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 762c1ec commit 5b672af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ added: v0.1.90
984984

985985
* `signal` {string}
986986

987-
The `subprocess.kill()` methods sends a signal to the child process. If no
987+
The `subprocess.kill()` method sends a signal to the child process. If no
988988
argument is given, the process will be sent the `'SIGTERM'` signal. See
989989
signal(7) for a list of available signals.
990990

0 commit comments

Comments
 (0)