From 8e3ffff672a62a8a01fc10a52d5c70bde4228791 Mon Sep 17 00:00:00 2001 From: Yrahcaz <74512479+Yrahcaz7@users.noreply.github.com> Date: Tue, 19 May 2026 15:15:09 -0400 Subject: [PATCH] Fix minor error Markdown Specification docs --- building/markdown/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/markdown/markdown.md b/building/markdown/markdown.md index ff768915..5fa287a4 100644 --- a/building/markdown/markdown.md +++ b/building/markdown/markdown.md @@ -46,7 +46,7 @@ If you want some more information, [Google][google-link] is a useful resource. [google-link]: https://google.com ``` -Which renders as, "If you want some more information, [Google][google-link]". +Which renders as, "If you want some more information, [Google][google-link] is a useful resource." ## Code