diff --git a/doc/api/child_processes.markdown b/doc/api/child_processes.markdown index e12122fc273..e3262117af3 100644 --- a/doc/api/child_processes.markdown +++ b/doc/api/child_processes.markdown @@ -218,7 +218,7 @@ For example: n.send({ hello: 'world' }); -And then the child script, `'sub.js'` would might look like this: +And then the child script, `'sub.js'` might look like this: process.on('message', function(m) { console.log('CHILD got message:', m);