diff --git a/docs/components/typography.md b/docs/components/typography.md
index d56d8757dc4ef10ef500f7252ae19baa0657e5ef..0cc70a6cb1aa41b58bffdddc4893fa11c7af74ad 100644
--- a/docs/components/typography.md
+++ b/docs/components/typography.md
@@ -118,7 +118,7 @@ Make a paragraph stand out by adding `.lead`.
 
 ## Inline text elements
 
-Styling for all the common inline HTML5 elements.
+Styling for common inline HTML5 elements.
 
 {% example html %}
 <p>You can use the mark tag to <mark>highlight</mark> text.</p>
@@ -129,7 +129,6 @@ Styling for all the common inline HTML5 elements.
 <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>
-<p></p>
 {% endexample %}
 
 <div class="bs-callout bs-callout-info">