From 056e45a0039a5ca4630a57a9c15cee6dc2f8f866 Mon Sep 17 00:00:00 2001 From: Caleb Robson <94545082+Spartan2909@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:35:40 +0100 Subject: [PATCH] Fix typo --- guide/src/format/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/markdown.md b/guide/src/format/markdown.md index 8a92870b..71e11a23 100644 --- a/guide/src/format/markdown.md +++ b/guide/src/format/markdown.md @@ -223,7 +223,7 @@ To enable it, see the [`output.html.curly-quotes`] config option. ### Heading attributes -Headings can have a custom HTML ID and classes. This let's you maintain the same ID even if you change the heading's text, it also let's you add multiple classes in the heading. +Headings can have a custom HTML ID and classes. This lets you maintain the same ID even if you change the heading's text, it also let's you add multiple classes in the heading. Example: ```md