Skip to content

Commit

Permalink
doc: add space after period
Browse files Browse the repository at this point in the history
child_process IPC channel note

PR-URL: #16334
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
  • Loading branch information
DiegoRBaquero authored and MylesBorins committed Nov 28, 2017
1 parent 0a88e1b commit 4fbc490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,8 @@ spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] });
parent and child processes, and the child is a Node.js process, the child
is launched with the IPC channel unreferenced (using `unref()`) until the
child registers an event handler for the [`process.on('disconnect')`][] event
or the [`process.on('message')`][] event.This allows the child to exit normally
without the process being held open by the open IPC channel.*
or the [`process.on('message')`][] event. This allows the child to exit
normally without the process being held open by the open IPC channel.*

See also: [`child_process.exec()`][] and [`child_process.fork()`][]

Expand Down

0 comments on commit 4fbc490

Please sign in to comment.