Skip to content

Commit

Permalink
doc: fixing minor typo in AtExit hooks section
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
danbev authored and addaleax committed Jun 30, 2016
1 parent 7de59ef commit 02afb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ console.log(result); // 30
### AtExit hooks

An "AtExit" hook is a function that is invoked after the Node.js event loop
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.
"AtExit" hooks are registered using the `node::AtExit` API.

#### void AtExit(callback, args)
Expand Down

0 comments on commit 02afb05

Please sign in to comment.