From: Andrew Dawes Date: Fri, 3 Mar 2023 06:59:45 +0000 (+0100) Subject: Fixed some grammar issues X-Git-Tag: v5.3.0-alpha2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea19c3da8ac33c7676debfc2ac91c196e861f358;p=thirdparty%2Fbootstrap.git Fixed some grammar issues --- diff --git a/site/content/docs/5.3/extend/approach.md b/site/content/docs/5.3/extend/approach.md index e19891e94b..392aef4d37 100644 --- a/site/content/docs/5.3/extend/approach.md +++ b/site/content/docs/5.3/extend/approach.md @@ -18,7 +18,7 @@ We'll dive into each of these more throughout, but at a high level, here's what - Components should be responsive and mobile-first - Components should be built with a base class and extended via modifier classes - Component states should obey a common z-index scale -- Whenever possible, prefer a HTML and CSS implementation over JavaScript +- Whenever possible, prefer an HTML and CSS implementation over JavaScript - Whenever possible, use utilities over custom styles - Whenever possible, avoid enforcing strict HTML requirements (children selectors) diff --git a/site/content/docs/5.3/forms/validation.md b/site/content/docs/5.3/forms/validation.md index 0371d229d4..5eb18f0257 100644 --- a/site/content/docs/5.3/forms/validation.md +++ b/site/content/docs/5.3/forms/validation.md @@ -371,7 +371,7 @@ These variables are also color mode adaptive, meaning they change color while in ### Sass mixins -Two mixins are combined together, through our [loop](#loop), to generate our form validation feedback styles. +Two mixins are combined, through our [loop](#loop), to generate our form validation feedback styles. {{< scss-docs name="form-validation-mixins" file="scss/mixins/_forms.scss" >}} diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 3cf60aaf28..0321e96616 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 -- Deprecated `.text-muted` will be be replaced by `.text-body-secondary` in v6. +- Deprecated `.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 `` or `