From ba51c15074f81ac92604d6259ffaac2b19df38ff Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 30 Mar 2022 12:51:59 +0100 Subject: [PATCH] docs: add stability class to legacy description See https://github.com/nodejs/node/blob/9be1dcff3412e5f8eb60ecffa1eb5567789357eb/tools/doc/html.mjs#L264 --- doc/api/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 56759f69ba85c3..008bdb82f48735 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -40,7 +40,7 @@ The stability indices are as follows: -> Stability 3 - Legacy. Although this feature is unlikely to be removed and is +> Stability: 3 - Legacy. Although this feature is unlikely to be removed and is > still covered by semantic versioning guarantees, it is no longer actively > maintained, and other alternatives are available.