Skip to content

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 <jasnell@gmail.com>
PR-URL: nodejs/node-v0.x-archive#25591
  • Loading branch information
jalexanderfox authored and jasnell committed Aug 4, 2015
1 parent 59c67fe commit cb660ab
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 cb660ab

Please sign in to comment.