Skip to content

Commit d0fc7ab

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 6ce04d9 commit d0fc7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/child_process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] });
629629
parent and child processes, and the child is a Node.js process, the child
630630
is launched with the IPC channel unreferenced (using `unref()`) until the
631631
child registers an event handler for the [`process.on('disconnect')`][] event
632-
or the [`process.on('message')`][] event.This allows the child to exit normally
633-
without the process being held open by the open IPC channel.*
632+
or the [`process.on('message')`][] event. This allows the child to exit
633+
normally without the process being held open by the open IPC channel.*
634634

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

0 commit comments

Comments
 (0)