Skip to content

Commit

Permalink
doc: fix minor typo in cluster.md
Browse files Browse the repository at this point in the history
Adds a missing `'` in code example.

PR-URL: #14353
Fixes: #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>
  • Loading branch information
lance authored and Fishrock123 committed Jul 24, 2017
1 parent b5d0a03 commit d2121ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Expand Up @@ -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'`][].

Expand Down

0 comments on commit d2121ab

Please sign in to comment.