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 6b1a074 commit 85e8431Copy full SHA for 85e8431
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