Skip to content

Commit 0a123f9

Browse files
danbevMyles Borins
authored and
Myles Borins
committed
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 5d2fc5f commit 0a123f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/addons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ console.log(result); // 30
10031003
### AtExit hooks
10041004

10051005
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.
1006+
has ended but before the JavaScript VM is terminated and Node.js shuts down.
10071007
"AtExit" hooks are registered using the `node::AtExit` API.
10081008

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

0 commit comments

Comments
 (0)