From: Mark Otto Date: Sat, 31 May 2025 18:52:48 +0000 (-0700) Subject: Another typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aeb37d2b9953f2ad7e8e37c6d9dc138b9c0b3e2;p=thirdparty%2Fbootstrap.git Another typo --- 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 ``.