From a63261cf2c7783f4d9fa2112d7db6f54754ce1b1 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Thu, 4 Apr 2024 12:57:36 +0200 Subject: [PATCH] doc: add missing space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52360 Reviewed-By: Ulises Gascón Reviewed-By: Antoine du Hamel --- 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 6005914ba177b7..af58c6e53a482c 100644 --- a/doc/contributing/api-documentation.md +++ b/doc/contributing/api-documentation.md @@ -106,7 +106,7 @@ a Graph that supports easy modification and update of its nodes. In addition to `unified` we also use [Remark](https://github.com/remarkjs/remark) for manipulating the Markdown part, -and [Rehype](https://github.com/rehypejs/rehype)to help convert to and from +and [Rehype](https://github.com/rehypejs/rehype) to help convert to and from Markdown. ### What are the steps of the internal tooling?