]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix for text-reset example class name (#38844)
authorChristian Oliff <christianoliff@pm.me>
Thu, 6 Jul 2023 05:27:13 +0000 (14:27 +0900)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 05:27:13 +0000 (22:27 -0700)
This example no longer uses muted text

Co-authored-by: Julien Déramond <juderamond@gmail.com>
site/content/docs/5.3/utilities/text.md

index 2b529647852a6d3edd283e04ccce40edb3423db7..95fe06b76036fae40299b8ab0e05c473346544a2 100644 (file)
@@ -124,7 +124,7 @@ Reset a text or link's color with `.text-reset`, so that it inherits the color f
 
 {{< example >}}
 <p class="text-body-secondary">
-  Muted text with a <a href="#" class="text-reset">reset link</a>.
+  Secondary body text with a <a href="#" class="text-reset">reset link</a>.
 </p>
 {{< /example >}}