diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index b2f44677a482bc..fa916f75d9db72 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -2,13 +2,13 @@ + + > Stability: 1 - Experimental. We plan to remove this API > in the future; it will never become stable. > Please migrate to [`AsyncLocalStorage`][], [Diagnostics Channel][], and > other stable APIs. - - The `node:async_hooks` module provides an API to track asynchronous resources. It can be accessed using: