diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown
index d053d29f093d1b..4748b874dff0f7 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