From cc7aa314d3195a208045a90b75369ee0bdee86de Mon Sep 17 00:00:00 2001 From: Preston Parry Date: Fri, 7 Aug 2015 22:57:03 -0700 Subject: [PATCH] updates tense --- doc/api/child_process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 71b5b6d40254..07ead3118a60 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -87,7 +87,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