We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be5cdc commit f8fe474Copy full SHA for f8fe474
doc/api/addons.md
@@ -1003,7 +1003,7 @@ console.log(result); // 30
1003
### AtExit hooks
1004
1005
An "AtExit" hook is a function that is invoked after the Node.js event loop
1006
-has ended by before the JavaScript VM is terminated and Node.js shuts down.
+has ended but before the JavaScript VM is terminated and Node.js shuts down.
1007
"AtExit" hooks are registered using the `node::AtExit` API.
1008
1009
#### void AtExit(callback, args)
0 commit comments