aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/migration.md
diff options
context:
space:
mode:
authorAndrew Dawes <[email protected]>2023-03-03 07:59:45 +0100
committerMark Otto <[email protected]>2023-03-04 11:50:05 -0800
commitea19c3da8ac33c7676debfc2ac91c196e861f358 (patch)
tree333252b05be9ba055111b2ce127ea0e78672a0f6 /site/content/docs/5.3/migration.md
parentb26233c1ab9ffd2f927d908c7877b44766af3012 (diff)
downloadbootstrap-ea19c3da8ac33c7676debfc2ac91c196e861f358.tar.xz
bootstrap-ea19c3da8ac33c7676debfc2ac91c196e861f358.zip
Fixed some grammar issues
Diffstat (limited to 'site/content/docs/5.3/migration.md')
-rw-r--r--site/content/docs/5.3/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md
index 3cf60aaf2..0321e9661 100644
--- a/site/content/docs/5.3/migration.md
+++ b/site/content/docs/5.3/migration.md
@@ -214,9 +214,9 @@ We've also introduced a new `.progress-stacked` class to more logically wrap [mu
### Utilities
-- <span class="badge text-warning-emphasis bg-warning-subtle">Deprecated</span> `.text-muted` will be be replaced by `.text-body-secondary` in v6.
+- <span class="badge text-warning-emphasis bg-warning-subtle">Deprecated</span> `.text-muted` will be replaced by `.text-body-secondary` in v6.
- With the addition of the expanded theme colors and variables, the `.text-muted` variables and utility have been deprecated with 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.
+ With the addition of the expanded theme colors and variables, the `.text-muted` variables and utility have been deprecated with 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.
- Adds new `.overflow-x`, `.overflow-y`, and several `.object-fit-*` utilities. _The object-fit property is used to specify how an `<img>` or `<video>` should be resized to fit its container, giving us a responsive alternative to using `background-image` for a resizable fill/fit image._