From 9166653aef3d70829e9637d370637ab1c0b89a7a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 20 Mar 2021 06:27:48 -0700 Subject: [PATCH] doc: fix legacy stability indicator display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/37838 Reviewed-By: Darshan Sen Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: Benjamin Gruenbaum Reviewed-By: Zijian Liu --- doc/api/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 019040bdb61099..d0a05262cc1f27 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -40,8 +40,8 @@ The stability indices are as follows: > Stability: 3 - Legacy. The feature is no longer recommended for use. While it -likely will not be removed, and is still covered by semantic-versioning -guarantees, use of the feature should be avoided. +> likely will not be removed, and is still covered by semantic-versioning +> guarantees, use of the feature should be avoided. Use caution when making use of Experimental features, particularly within modules. Users may not be aware that experimental features are being used.