]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Another typo
authorMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 18:52:48 +0000 (11:52 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 18:52:48 +0000 (11:52 -0700)
site/src/content/docs/content/prose.mdx

index 0eaa383989965b6e91f86aae409ee2c71f67d1af..ee8489cba2a67a6fa61a6feb8b5a80ca07b6e8fa 100644 (file)
@@ -33,7 +33,7 @@ HTML defines a long list of available inline tags, a complete list of which can
 - **To bold text**, use `<strong>`.
 - *To italicize text*, use `<em>`.
 - <mark>To highlight</mark>, use `<mark>`.
-- Abbreviations, like <abbr title="HyperText Markup Langage">HTML</abbr> should use `<abbr>`, with an optional `title` attribute for the full phrase.
+- Abbreviations, like <abbr title="HyperText Markup Language">HTML</abbr> should use `<abbr>`, with an optional `title` attribute for the full phrase.
 - Citations, like <cite>&mdash; Mark Otto</cite>, should use `<cite>`.
 - <del>Deleted</del> text should use `<del>` and <ins>inserted</ins> text should use `<ins>`.
 - Superscript <sup>text</sup> uses `<sup>` and subscript <sub>text</sub> uses `<sub>`.