Skip to content

Commit 1c62eb6

Browse files
tniessenruyadorno
authored andcommitted
doc: add missing commas in cluster docs
PR-URL: #41865 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent f8d2955 commit 1c62eb6

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)