Skip to content

Commit 2248401

Browse files
tniessenBethGriggs
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 5a4c74c commit 2248401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.md

+1-1
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)