Skip to content

Commit

Permalink
docs(typography): missing punctuation (twbs#31505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Aug 19, 2020
1 parent 394812b commit b547ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/content/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b547ef4

Please sign in to comment.