diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 4a62c674e92..71b5b6d4025 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -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') {