From a37d9053cf184d4bd64d88ce3cbe36e37fcc10cf Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Thu, 4 Apr 2024 08:40:49 +0200 Subject: [PATCH] doc: add missing space --- 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?