Skip to content

Commit 3cdd1d6

Browse files
tniessendanielleadams
authored andcommitted
doc: add missing word in cluster.workers details
PR-URL: #41624 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 5d94bc6 commit 3cdd1d6

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
@@ -1068,7 +1068,7 @@ process.
10681068
A worker is removed from `cluster.workers` after the worker has disconnected
10691069
_and_ exited. The order between these two events cannot be determined in
10701070
advance. However, it is guaranteed that the removal from the `cluster.workers`
1071-
list happens before last `'disconnect'` or `'exit'` event is emitted.
1071+
list happens before the last `'disconnect'` or `'exit'` event is emitted.
10721072

10731073
```mjs
10741074
import cluster from 'cluster';

0 commit comments

Comments
 (0)