Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix minor typo in cluster.md
Fixes: #14352
  • Loading branch information
lance committed Jul 18, 2017
commit cc0cb82e8f5a805bd0c04f607043b80696ed49b1
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
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