Skip to content

Commit

Permalink
Update child_process.markdown, spelling
Browse files Browse the repository at this point in the history
'the' to 'then'
  • Loading branch information
jalexanderfox authored and jasnell committed Jun 29, 2015
1 parent 854fe91 commit fc18075
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 fc18075

Please sign in to comment.