Skip to content

Commit 83a7b6d

Browse files
committed
doc: use serial comma in cluster docs
Refs: nodejs#11321 Refs: nodejs#17384
1 parent 5e9274a commit 83a7b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ primary.
741741

742742
The event handler is executed with two arguments, the `worker` contains the
743743
worker object and the `address` object contains the following connection
744-
properties: `address`, `port` and `addressType`. This is very useful if the
744+
properties: `address`, `port`, and `addressType`. This is very useful if the
745745
worker is listening on more than one address.
746746

747747
```js

0 commit comments

Comments
 (0)