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