diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index fb959acd12afba..36aa464a1426db 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -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.