From: James M Snell Date: Fri, 14 Aug 2015 22:23:25 +0000 (-0700) Subject: doc: update tense in child_process.markdown X-Git-Tag: v4.0.0-rc.1~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5b78522928345f1f20505c666e9568db7be5968;p=platform%2Fupstream%2Fnodejs.git doc: update tense in child_process.markdown per: https://github.com/joyent/node/pull/25826 originally submitted by: @ClimbsRocks Reviewed By: Sakthipriyan Vairamani PR-URL: https://github.com/nodejs/node/pull/2378 --- diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index d053d29..4748b87 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -88,7 +88,7 @@ and the `.connected` property is false. * `message` {Object} a parsed JSON object or primitive value * `sendHandle` {Handle object} a Socket or Server object -Messages send by `.send(message, [sendHandle])` are obtained using the +Messages sent by `.send(message, [sendHandle])` are obtained using the `message` event. ### child.stdin