diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index 93a6ccdfc18879..e40d160e5fb47c 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -990,7 +990,7 @@ added: v13.10.0 --> Creates a new instance of `AsyncLocalStorage`. Store is only provided within a -`run` method call. +`run` or after `enterWith` method call. ### `asyncLocalStorage.disable()`