From 4aeb37d2b9953f2ad7e8e37c6d9dc138b9c0b3e2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 May 2025 11:52:48 -0700 Subject: [PATCH] Another typo --- site/src/content/docs/content/prose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/docs/content/prose.mdx b/site/src/content/docs/content/prose.mdx index 0eaa383989..ee8489cba2 100644 --- a/site/src/content/docs/content/prose.mdx +++ b/site/src/content/docs/content/prose.mdx @@ -33,7 +33,7 @@ HTML defines a long list of available inline tags, a complete list of which can - **To bold text**, use ``. - *To italicize text*, use ``. - To highlight, use ``. -- Abbreviations, like HTML should use ``, with an optional `title` attribute for the full phrase. +- Abbreviations, like HTML should use ``, with an optional `title` attribute for the full phrase. - Citations, like — Mark Otto, should use ``. - Deleted text should use `` and inserted text should use ``. - Superscript text uses `` and subscript text uses ``.