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.