File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ parent process using `process.send()`. Each will be received as a
924924[ 'message'] ( child_process.html#child_process_event_message )
925925event on the parent's ` ChildProcess ` object.
926926
927- If io .js was not spawned with an IPC channel, ` process.send() ` will be undefined.
927+ If Node .js was not spawned with an IPC channel, ` process.send() ` will be undefined.
928928
929929
930930## process.disconnect()
@@ -935,7 +935,7 @@ gracefully once there are no other connections keeping it alive.
935935Identical to the parent process's
936936[ ChildProcess.disconnect()] ( child_process.html#child_process_child_disconnect ) .
937937
938- If io .js was not spawned with an IPC channel, ` process.disconnect() ` will be
938+ If Node .js was not spawned with an IPC channel, ` process.disconnect() ` will be
939939undefined.
940940
941941
You can’t perform that action at this time.
0 commit comments