Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Update child_process.markdown, spelling
Browse files Browse the repository at this point in the history
'the' to 'then'

Reviewed-By: James M Snell <[email protected]>
PR-URL: #25592
  • Loading branch information
jalexanderfox authored and jasnell committed Jun 29, 2015
1 parent d2743cb commit ff17f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Here is an example of sending a server:
child.send('server', server);
});

And the child would the receive the server object as:
And the child would then receive the server object as:

process.on('message', function(m, server) {
if (m === 'server') {
Expand Down

0 comments on commit ff17f43

Please sign in to comment.