Skip to content

Commit

Permalink
fix typo in docs (#33562)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Apr 6, 2021
1 parent 67f873f commit 016f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.6/content/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Use text utilities as needed to change the alignment of your blockquote.

{{< example >}}
<blockquote class="blockquote text-center">
<p class="mb-0">>A well-known quote, contained in a blockquote element.</p>
<p class="mb-0">A well-known quote, contained in a blockquote element.</p>
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>
{{< /example >}}
Expand Down

0 comments on commit 016f8ff

Please sign in to comment.