From ae1ade4d660e249b9d288b95e4cbfb99accf716e Mon Sep 17 00:00:00 2001 From: Darkripper214 Date: Thu, 1 Apr 2021 22:35:40 +0800 Subject: [PATCH] Update doc/api/async_hooks.md Co-authored-by: Qingyu Deng --- doc/api/async_hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.