doc: update tense in child_process.markdown

per: https://github.com/joyent/node/pull/25826

originally submitted by: @ClimbsRocks

Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/2378
pull/2378/merge
James M Snell 2015-08-14 15:23:25 -07:00
parent 89788dc347
commit a5b7852292
1 changed files with 1 additions and 1 deletions

View File

@ -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