summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-disconnect.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-cluster-disconnect.js')
-rw-r--r--test/parallel/test-cluster-disconnect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-cluster-disconnect.js b/test/parallel/test-cluster-disconnect.js
index 219c084a7e..1528233eb3 100644
--- a/test/parallel/test-cluster-disconnect.js
+++ b/test/parallel/test-cluster-disconnect.js
@@ -68,7 +68,7 @@ if (cluster.isWorker) {
}
};
- // start two workers and execute callback when both is listening
+ // Start two workers and execute callback when both is listening
const startCluster = (cb) => {
const workers = 8;
let online = 0;