From f4871bef8bcb0a68a929707e88b6873e647fce0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= <ffoodd@users.noreply.github.com> Date: Wed, 19 Aug 2020 14:47:04 +0200 Subject: [PATCH] docs(typography): missing punctuation --- site/content/docs/5.0/content/typography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/content/typography.md b/site/content/docs/5.0/content/typography.md index 0ae59b4cda..d6ed1c3eb4 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> -- GitLab