From b4d0dbdda2aea1c7a9d8f8b0db5df4bd0c9d9e67 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 6 Nov 2022 12:30:53 -0800 Subject: [PATCH] fixup! Update doc/api/async_hooks.md --- doc/api/async_hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: