From 1b869e889aaae065deb882fe419dcfc3973ca25a Mon Sep 17 00:00:00 2001 From: Aneke Oluebube Samuel <97872991+Intellectro@users.noreply.github.com> Date: Sat, 15 Mar 2025 00:34:37 -0700 Subject: [PATCH] Docs: Align deprecated message with existing migration guide format (#41299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- site/content/docs/5.3/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 178b9151d7..07f178689e 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -77,7 +77,7 @@ If you're migrating from our previous alpha release of v5.3.0, please review the - Added new `.border-black` utility to match our `.text-black` and `.bg-black` utilities. -- Deprecated Deprecated the `.text-muted` utility and `$text-muted` Sass variable. It's been replaced by `.text-body-secondary` and `$body-secondary-color`. +- Deprecated The `.text-muted` utility and `$text-muted` Sass variable have been deprecated and replaced with `.text-body-secondary` and `$body-secondary-color`. ### Docs