diff options
| author | Julien Déramond <[email protected]> | 2023-03-10 18:19:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-10 11:19:21 -0600 |
| commit | 24130a4e6361fa72f7d1062b5a2fef8ea3e31e17 (patch) | |
| tree | c54976759f269c3d220111ff85cd60047534ba78 /site/content | |
| parent | 2a9308b85520d4c55d0015bd6ef7a0fcf051a0ed (diff) | |
| download | bootstrap-24130a4e6361fa72f7d1062b5a2fef8ea3e31e17.tar.xz bootstrap-24130a4e6361fa72f7d1062b5a2fef8ea3e31e17.zip | |
Fix typo in `utilities/colors.md` (#38194)
Diffstat (limited to 'site/content')
| -rw-r--r-- | site/content/docs/5.3/utilities/colors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/utilities/colors.md b/site/content/docs/5.3/utilities/colors.md index 3aa551550..e132a2f11 100644 --- a/site/content/docs/5.3/utilities/colors.md +++ b/site/content/docs/5.3/utilities/colors.md @@ -42,7 +42,7 @@ Color utilities like `.text-*` that generated from our original `$theme-colors` {{< /callout >}} {{< callout warning >}} -**Deprecation:** With the addition of the expanded theme colors and variables, the `.text-muted` utility has been deprecated as of v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0. +**Deprecation:** With the addition of the expanded theme colors and variables, the `.text-muted` utility has been deprecated as of v5.3.0. Its default value has also been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0. {{< /callout >}} ## Opacity |
