Skip to content

Commit

Permalink
Update doc/api/async_hooks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Qingyu Deng <i@ayase-lab.com>
  • Loading branch information
PhakornKiong and Ayase-252 committed Apr 1, 2021
1 parent 50d1bfc commit ae1ade4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/async_hooks.md
Expand Up @@ -1125,7 +1125,8 @@ added:

Runs a function synchronously within a context and returns its
return value. The store is not accessible outside of the callback function.
The store is accesible to any asynchronous operations created within the callback.
The store is accessible to any asynchronous operations created within the
callback.

The optional `args` are passed to the callback function.

Expand Down

0 comments on commit ae1ade4

Please sign in to comment.