diff options
| author | Christian Oliff <[email protected]> | 2023-07-06 14:27:13 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-05 22:27:13 -0700 |
| commit | 52d53696d25782ecfa10930d5a297b60e2fc445e (patch) | |
| tree | f04750c58da7c90177dd53a4cb8ef164b58265d1 /site/content/docs | |
| parent | e2854b94da6ead85753c9b9816b2ffdf3964a882 (diff) | |
| download | bootstrap-52d53696d25782ecfa10930d5a297b60e2fc445e.tar.xz bootstrap-52d53696d25782ecfa10930d5a297b60e2fc445e.zip | |
Fix for text-reset example class name (#38844)
This example no longer uses muted text
Co-authored-by: Julien Déramond <[email protected]>
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/5.3/utilities/text.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/utilities/text.md b/site/content/docs/5.3/utilities/text.md index 2b5296478..95fe06b76 100644 --- a/site/content/docs/5.3/utilities/text.md +++ b/site/content/docs/5.3/utilities/text.md @@ -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 >}} |
