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 <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
tniessen authored and danielleadams committed Mar 14, 2022
1 parent 5d94bc6 commit 3cdd1d6
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 3cdd1d6

Please sign in to comment.