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: #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>
  • Loading branch information
danbev authored and Myles Borins committed Jul 12, 2016
1 parent 5d2fc5f commit 0a123f9
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 @@ -1003,7 +1003,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 0a123f9

Please sign in to comment.