Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 7401a53

Browse files
DiegoRBaqueroaddaleax
authored andcommitted
doc: add space after period
child_process IPC channel note PR-URL: nodejs/node#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 bdfa031 commit 7401a53

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
@@ -646,8 +646,8 @@ spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] });
646646
parent and child processes, and the child is a Node.js process, the child
647647
is launched with the IPC channel unreferenced (using `unref()`) until the
648648
child registers an event handler for the [`process.on('disconnect')`][] event
649-
or the [`process.on('message')`][] event.This allows the child to exit normally
650-
without the process being held open by the open IPC channel.*
649+
or the [`process.on('message')`][] event. This allows the child to exit
650+
normally without the process being held open by the open IPC channel.*
651651

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

0 commit comments

Comments
 (0)