Skip to content

Commit cb660ab

Browse files
jalexanderfoxjasnell
authored andcommitted
Update child_process.markdown, spelling
'the' to 'then' Reviewed-By: James M Snell <[email protected]> PR-URL: nodejs/node-v0.x-archive#25591
1 parent 59c67fe commit cb660ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api/child_process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Here is an example of sending a server:
274274
child.send('server', server);
275275
});
276276

277-
And the child would the receive the server object as:
277+
And the child would then receive the server object as:
278278

279279
process.on('message', function(m, server) {
280280
if (m === 'server') {

0 commit comments

Comments
 (0)