aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaĆ«l Poupard <[email protected]>2020-08-19 16:44:52 +0200
committerGitHub <[email protected]>2020-08-19 15:44:52 +0100
commitb547ef4a85f87d20b5881991b116ba735e6cc8ba (patch)
treed9ed2dfd7a1f18ea844527e96ea5a87be45473fe
parent394812b61d4dc80bfb2e090de925ae0dfc4cc29b (diff)
downloadbootstrap-b547ef4a85f87d20b5881991b116ba735e6cc8ba.tar.xz
bootstrap-b547ef4a85f87d20b5881991b116ba735e6cc8ba.zip
docs(typography): missing punctuation (#31505)
-rw-r--r--site/content/docs/5.0/content/typography.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/content/typography.md b/site/content/docs/5.0/content/typography.md
index 0ae59b4cd..d6ed1c3eb 100644
--- a/site/content/docs/5.0/content/typography.md
+++ b/site/content/docs/5.0/content/typography.md
@@ -145,7 +145,7 @@ Styling for common inline HTML5 elements.
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
-<p><u>This line of text will render as underlined</u></p>
+<p><u>This line of text will render as underlined.</u></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p>