Skip to content

Commit 0fc3883

Browse files
jalexanderfoxjasnell
authored andcommitted
Update child_process.markdown, spelling
'the' to 'then' Reviewed-By: James M Snell <[email protected]> PR-URL: nodejs#25592
1 parent eb5f00e commit 0fc3883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)