Skip to content

Commit d2121ab

Browse files
lanceFishrock123
authored andcommitted
doc: fix minor typo in cluster.md
Adds a missing `'` in code example. PR-URL: #14353 Fixes: #14352 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent b5d0a03 commit d2121ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ added: v0.7.0
191191

192192
Similar to the `cluster.on('message')` event, but specific to this worker.
193193

194-
Within a worker, `process.on('message)` may also be used.
194+
Within a worker, `process.on('message')` may also be used.
195195

196196
See [`process` event: `'message'`][].
197197

0 commit comments

Comments
 (0)