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 ``.