Skip to content

Commit df48a5d

Browse files
TrottMylesBorins
authored andcommitted
doc: fix typo in child_process.md
PR-URL: #17727 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]>
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)