Skip to content

Commit

Permalink
doc: update tense in child_process.markdown
Browse files Browse the repository at this point in the history
per: nodejs/node-v0.x-archive#25826

originally submitted by: @ClimbsRocks

Reviewed By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #2378
  • Loading branch information
jasnell authored and rvagg committed Aug 26, 2015
1 parent 242e3fe commit b5d68f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5d68f8

Please sign in to comment.