From 279632e8c02c8b6616e60976ea678cce2e02c7f4 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Sun, 6 Nov 2022 12:14:03 -0800 Subject: [PATCH] Update doc/api/async_hooks.md Co-authored-by: Rich Trott --- doc/api/async_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index 1575fbb6203d85..b2f44677a482bc 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -4,7 +4,7 @@ > Stability: 1 - Experimental. We plan to remove this API > in the future; it will never become stable. -> Please migrate to [`AsyncLocalStorage`][] and [Diagnostics Channel][] and +> Please migrate to [`AsyncLocalStorage`][], [Diagnostics Channel][], and > other stable APIs.