Skip to content

Commit df48a5d

Browse files
TrottMylesBorins
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 4cba432 commit df48a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ added: v0.1.90
844844

845845
* `signal` {string}
846846

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

0 commit comments

Comments
 (0)