aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/forms
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/forms
parentb26233c1ab9ffd2f927d908c7877b44766af3012 (diff)
downloadbootstrap-ea19c3da8ac33c7676debfc2ac91c196e861f358.tar.xz
bootstrap-ea19c3da8ac33c7676debfc2ac91c196e861f358.zip
Fixed some grammar issues
Diffstat (limited to 'site/content/docs/5.3/forms')
-rw-r--r--site/content/docs/5.3/forms/validation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/forms/validation.md b/site/content/docs/5.3/forms/validation.md
index 0371d229d..5eb18f025 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" >}}