]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in docs (#33562)
authorStefano Bartoletti <36746429+stefanobartoletti@users.noreply.github.com>
Tue, 6 Apr 2021 14:55:29 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 14:55:29 +0000 (17:55 +0300)
site/content/docs/4.6/content/typography.md

index 47c9706d15551ca64bbd05c6279363753fe2b61d..9ed7e9a6b9a4107a8a34366b7745769bf0b8e602 100644 (file)
@@ -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 >}}