Skip to content

Commit 4fbc490

Browse files
DiegoRBaqueroMylesBorins
authored andcommitted
doc: add space after period
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>
1 parent 0a88e1b commit 4fbc490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/child_process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] });
565565
parent and child processes, and the child is a Node.js process, the child
566566
is launched with the IPC channel unreferenced (using `unref()`) until the
567567
child registers an event handler for the [`process.on('disconnect')`][] event
568-
or the [`process.on('message')`][] event.This allows the child to exit normally
569-
without the process being held open by the open IPC channel.*
568+
or the [`process.on('message')`][] event. This allows the child to exit
569+
normally without the process being held open by the open IPC channel.*
570570

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

0 commit comments

Comments
 (0)