From 32932d27d5266a83ca411ec63b83b18ce5caf843 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 12 May 2020 09:45:21 +0300 Subject: [PATCH] Grammar fixes --- site/docs/4.4/components/forms.md | 4 ++-- site/docs/4.4/content/reboot.md | 2 +- site/docs/4.4/utilities/interactions.md | 4 ++-- site/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/docs/4.4/components/forms.md b/site/docs/4.4/components/forms.md index 2bb2cf0233..c138268f91 100644 --- a/site/docs/4.4/components/forms.md +++ b/site/docs/4.4/components/forms.md @@ -977,8 +977,8 @@ Validation styles are available for the following form controls and components: - `.custom-file` {% capture callout %} -##### Input group validations -Input groups have difficulty with validation styles unfortunately. Our recommendation is to place feedback messages as sibling elements of the `.input-group` that has `.is-{valid|invalid}`. Placing feedback messages within input groups breaks the `border-radius`. [See this comment for workaround.](https://github.com/twbs/bootstrap/issues/25110#issuecomment-586565165) +##### Input group validation +Input groups have difficulty with validation styles, unfortunately. Our recommendation is to place feedback messages as sibling elements of the `.input-group` that has `.is-{valid|invalid}`. Placing feedback messages within input groups breaks the `border-radius`. [See this comment for a workaround](https://github.com/twbs/bootstrap/issues/25110#issuecomment-586565165). {% endcapture %} {% include callout.html content=callout type="warning" %} diff --git a/site/docs/4.4/content/reboot.md b/site/docs/4.4/content/reboot.md index 90f921b091..905e625815 100644 --- a/site/docs/4.4/content/reboot.md +++ b/site/docs/4.4/content/reboot.md @@ -300,7 +300,7 @@ These changes, and more, are demonstrated below. ### Pointers on buttons -Reboot includes an enhancement for `role="button"` to change the default cursor to `pointer`. Add this attribute to elements to help indicate elements are interactive. This role isn't necessary for `