]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Grammar fixes
authorXhmikosR <xhmikosr@gmail.com>
Tue, 12 May 2020 06:45:21 +0000 (09:45 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 12 May 2020 16:21:36 +0000 (19:21 +0300)
site/docs/4.4/components/forms.md
site/docs/4.4/content/reboot.md
site/docs/4.4/utilities/interactions.md
site/index.html

index 2bb2cf0233174882ed1af5924a9b9ae9926bbae5..c138268f91797ceb2c9a021509acd5236f95eac5 100644 (file)
@@ -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" %}
 
index 90f921b091df5dc1856238a0fdd14e2aa300dc00..905e625815f222b2ecba809e2abeadd06d6c7ecb 100644 (file)
@@ -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 `<button>` elements, which gets it's own `cursor` change.
+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 `<button>` elements, which get their own `cursor` change.
 
 {% capture example %}
 <span role="button">Non-button element button</span>
index 25b6baca2500126a014afab7901babcde5a9a96c..4bb20c4e67db6deb784290af198461d0ff658cdb 100644 (file)
@@ -1,13 +1,13 @@
 ---
 layout: docs
 title: Interactions
-description: Utility classes that change how users interact with contents of a website.
+description: Utility classes that change how users interact with the contents of a website.
 group: utilities
 ---
 
 ## Text selection
 
-Change the way in which the content is selected when the user interacts with it.
+Change how the content is selected when the user interacts with it.
 
 {% capture example %}
 <p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>
index 648458e0835175641245334230fedab93aa68191..3b7794d9ca45736eff73f6e661832f18953ea3a3 100644 (file)
@@ -88,7 +88,7 @@ gem install bootstrap -v {{ site.current_ruby_version }}
           For the first time ever, Bootstrap has its own open source SVG icon library, designed to work best with our components and documentation.
         </p>
         <p>
-          Bootstrap Icons are designed to work best with Bootstrap components, but they’ll work in any project. They’re SVGs, so they scale quickly and easily, can be implmented in several ways, and can be styled with CSS.
+          Bootstrap Icons are designed to work best with Bootstrap components, but they’ll work in any project. They’re SVGs, so they scale quickly and easily, can be implemented in several ways, and can be styled with CSS.
         </p>
         <a href="{{ site.icons }}" class="btn btn-lg btn-outline-primary mb-3">Get Bootstrap Icons</a>
       </div>