Skip to content

Commit 0d5924d

Browse files
tniessenguangwong
authored andcommitted
doc: use serial comma in cluster docs
Refs: nodejs/node#11321 Refs: nodejs/node#17384 PR-URL: nodejs/node#42989 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 958aca0 commit 0d5924d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.md

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

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

752752
```js

0 commit comments

Comments
 (0)