We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d94bc6 commit 3cdd1d6Copy full SHA for 3cdd1d6
doc/api/cluster.md
@@ -1068,7 +1068,7 @@ process.
1068
A worker is removed from `cluster.workers` after the worker has disconnected
1069
_and_ exited. The order between these two events cannot be determined in
1070
advance. However, it is guaranteed that the removal from the `cluster.workers`
1071
-list happens before last `'disconnect'` or `'exit'` event is emitted.
+list happens before the last `'disconnect'` or `'exit'` event is emitted.
1072
1073
```mjs
1074
import cluster from 'cluster';
0 commit comments