summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
authorLance Ball <lball@redhat.com>2017-07-18 15:02:47 -0400
committerLance Ball <lball@redhat.com>2017-07-18 22:57:19 -0400
commitc5521fa6176377e0be958621102cad29be39a290 (patch)
tree8b6c4098d4d416eace28e171cd53159659809d7c /doc/api/cluster.md
parent23662f36e34bf07bea013861d082c4cf5affe0b1 (diff)
downloadandroid-node-v8-c5521fa6176377e0be958621102cad29be39a290.tar.gz
android-node-v8-c5521fa6176377e0be958621102cad29be39a290.tar.bz2
android-node-v8-c5521fa6176377e0be958621102cad29be39a290.zip
doc: fix minor typo in cluster.md
Adds a missing `'` in code example. PR-URL: https://github.com/nodejs/node/pull/14353 Fixes: https://github.com/nodejs/node/issues/14352 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index fac182ba7b..f71f91535c 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -191,7 +191,7 @@ added: v0.7.0
Similar to the `cluster.on('message')` event, but specific to this worker.
-Within a worker, `process.on('message)` may also be used.
+Within a worker, `process.on('message')` may also be used.
See [`process` event: `'message'`][].