Skip to content

Commit

Permalink
doc: fix typo in child_process.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and MylesBorins committed Jan 8, 2018
1 parent 57c6c31 commit f28587f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f28587f

Please sign in to comment.