Skip to content

Commit 41b8908

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 4a8fbf3 commit 41b8908

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
@@ -279,7 +279,7 @@ Here is an example of sending a server:
279279
child.send('server', server);
280280
});
281281

282-
And the child would the receive the server object as:
282+
And the child would then receive the server object as:
283283

284284
process.on('message', function(m, server) {
285285
if (m === 'server') {

0 commit comments

Comments
 (0)