Skip to content

Commit

Permalink
doc: use serial comma in cluster docs
Browse files Browse the repository at this point in the history
Refs: #11321
Refs: #17384

PR-URL: #42989
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
tniessen authored and RafaelGSS committed May 10, 2022
1 parent 48f4a71 commit ba3ad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ primary.

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

```js
Expand Down

0 comments on commit ba3ad7c

Please sign in to comment.