Skip to content

Commit

Permalink
doc: add missing word in cluster.workers details
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tniessen authored and BethGriggs committed Jan 24, 2022
1 parent 5a4c74c commit 2248401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ process.
A worker is removed from `cluster.workers` after the worker has disconnected
_and_ exited. The order between these two events cannot be determined in
advance. However, it is guaranteed that the removal from the `cluster.workers`
list happens before last `'disconnect'` or `'exit'` event is emitted.
list happens before the last `'disconnect'` or `'exit'` event is emitted.

```mjs
import cluster from 'cluster';
Expand Down

0 comments on commit 2248401

Please sign in to comment.