From fe487d5d9f4d1d778d938f8ab34b49f0abca6aa5 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 3 Jan 2026 13:46:07 +0100 Subject: [PATCH] doc: correct typo in api contributing doc --- doc/contributing/api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/api-documentation.md b/doc/contributing/api-documentation.md index ffe1cef1386765..5847e9c216e134 100644 --- a/doc/contributing/api-documentation.md +++ b/doc/contributing/api-documentation.md @@ -54,7 +54,7 @@ meant to be a guide on how to write documentation for Node.js. it as a reference for the structure of the documentation. * The [Stability Index](https://nodejs.org/dist/latest/docs/api/documentation.html#stability-index) - is used to community the Stability of a given Node.js module. The Stability + is used to describe the Stability of a given Node.js module. The Stability levels include: * Stability 0: Deprecated. (This module is Deprecated) * Stability 1: Experimental. (This module is Experimental)