Skip to content

Commit f8fe474

Browse files
danbevMyles Borins
authored and
Myles Borins
committed
doc: fixing minor typo in AtExit hooks section
PR-URL: #7485 Reviewed-By: Brian White <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 3be5cdc commit f8fe474

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)