Skip to content

Commit 8d18aed

Browse files
danbevFishrock123
authored andcommitted
doc: fixing minor typo in AtExit hooks section
PR-URL: #7485 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent d0e2492 commit 8d18aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ console.log(result); // 30
10191019
### AtExit hooks
10201020

10211021
An "AtExit" hook is a function that is invoked after the Node.js event loop
1022-
has ended by before the JavaScript VM is terminated and Node.js shuts down.
1022+
has ended but before the JavaScript VM is terminated and Node.js shuts down.
10231023
"AtExit" hooks are registered using the `node::AtExit` API.
10241024

10251025
#### void AtExit(callback, args)

0 commit comments

Comments
 (0)