From 11e88f1bc737052062b60ccf1c14cfecc6e30a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 6 May 2022 16:56:56 +0200 Subject: [PATCH] doc: use serial comma in cluster docs Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/42989 Reviewed-By: Darshan Sen Reviewed-By: Rich Trott Reviewed-By: Mohammed Keyvanzadeh --- doc/api/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index be408fcb3c400c..242294753c5c09 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -746,7 +746,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