Skip to content

Commit 5cd38a4

Browse files
tniessendanielleadams
authored andcommitted
doc: add missing commas in cluster docs
PR-URL: #41865 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent abe2eb9 commit 5cd38a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/cluster.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -635,10 +635,10 @@ changes:
635635

636636
Send a message to a worker or primary, optionally with a handle.
637637

638-
In the primary this sends a message to a specific worker. It is identical to
638+
In the primary, this sends a message to a specific worker. It is identical to
639639
[`ChildProcess.send()`][].
640640

641-
In a worker this sends a message to the primary. It is identical to
641+
In a worker, this sends a message to the primary. It is identical to
642642
`process.send()`.
643643

644644
This example will echo back all messages from the primary:
@@ -741,7 +741,7 @@ added: v0.7.0
741741
* `address` {Object}
742742

743743
After calling `listen()` from a worker, when the `'listening'` event is emitted
744-
on the server a `'listening'` event will also be emitted on `cluster` in the
744+
on the server, a `'listening'` event will also be emitted on `cluster` in the
745745
primary.
746746

747747
The event handler is executed with two arguments, the `worker` contains the

0 commit comments

Comments
 (0)