summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index a9b5c4af09..217fbb66bc 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1957,7 +1957,7 @@ If Node.js is spawned with an IPC channel, the `process.send()` method can be
used to send messages to the parent process. Messages will be received as a
[`'message'`][] event on the parent's [`ChildProcess`][] object.
-If Node.js was not spawned with an IPC channel, `process.send()` will be
+If Node.js was not spawned with an IPC channel, `process.send` will be
`undefined`.
The message goes through serialization and parsing. The resulting message might