From 52d53696d25782ecfa10930d5a297b60e2fc445e Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 6 Jul 2023 14:27:13 +0900 Subject: [PATCH] Fix for text-reset example class name (#38844) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This example no longer uses muted text Co-authored-by: Julien Déramond --- site/content/docs/5.3/utilities/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/utilities/text.md b/site/content/docs/5.3/utilities/text.md index 2b52964785..95fe06b760 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 >}}

- Muted text with a reset link. + Secondary body text with a reset link.

{{< /example >}}