]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix usage of “its” and “it’s” 17508/head 17509/head
authorZearin <tgoodchild@gmail.com>
Mon, 7 Sep 2015 14:07:35 +0000 (10:07 -0400)
committerZearin <tgoodchild@gmail.com>
Mon, 7 Sep 2015 14:07:35 +0000 (10:07 -0400)
docs/components/forms.md
docs/components/jumbotron.md
docs/components/popovers.md
docs/components/tooltips.md
docs/components/utilities.md
docs/index.html
docs/layout/overview.md

index 7ebefae30f9392952668b86625a39c4f8aff56c1..4c46c9999b9c28be0660ce318cd6a4a9ba097c4a 100644 (file)
@@ -169,7 +169,7 @@ Since Bootstrap applies `display: block` and `width: 100%` to almost all our for
 
 ### Form groups
 
-The `.form-group` class is the easiest way to add some structure to forms. It's only purpose is to provide `margin-bottom` around a label and control pairing. As a bonus, since it's a class you can use it with `<fieldset>`s, `<div>`s, or nearly any other element.
+The `.form-group` class is the easiest way to add some structure to forms. Its only purpose is to provide `margin-bottom` around a label and control pairing. As a bonus, since it's a class you can use it with `<fieldset>`s, `<div>`s, or nearly any other element.
 
 {% example html %}
 <form>
index c12dca3cdbf543a5668e37b5c43f6666609661f1..af12996e6059edd8cb39551de710a17877d78987 100644 (file)
@@ -26,7 +26,7 @@ To make the jumbotron full width, and without rounded corners, add the `.jumbotr
 <div class="jumbotron jumbotron-fluid">
   <div class="container">
     <h1 class="display-3">Fluid jumbotron</h1>
-    <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of it's parent.</p>
+    <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
   </div>
 </div>
 {% endexample %}
index f48d860eadd9424fb7a086154ef9d9b9f54aed1b..3b9753aa5b74b7a2bd2d9d6e96fc1ae003ea4977 100644 (file)
@@ -268,7 +268,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
         <td>offsets</td>
         <td>string</td>
         <td>'0 0'</td>
-        <td>Offset of the popover relative to it's target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>
+        <td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>
       </tr>
     </tbody>
   </table>
index f2936469b710cac8c29fcac4864bd61be0de22f0..85f3e63b6b64ec6c814992b13c2badb4ae44d16d 100644 (file)
@@ -226,7 +226,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
         <td>offsets</td>
         <td>string</td>
         <td>'0 0'</td>
-        <td>Offset of the popover relative to it's target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>
+        <td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>
       </tr>
     </tbody>
   </table>
index 35d7febe038759bea78cf9b6ab558a6948500c4b..456e44414bb3c9aa5727d4eba79eb4ab4cbee424 100644 (file)
@@ -13,7 +13,7 @@ Bootstrap includes dozens of utilities—classes with a single purpose. They're
 
 ## Spacing
 
-Assign `margin` or `padding` to an element or a subset of it's sides with shorthand classes. Includes support for individual properties, all properties, and vertical and horizontal properties. All classes are multiples on the global default value, `1rem`.
+Assign `margin` or `padding` to an element or a subset of its sides with shorthand classes. Includes support for individual properties, all properties, and vertical and horizontal properties. All classes are multiples on the global default value, `1rem`.
 
 ### Margin
 
index faf59c4c4c982ddda999d4f02b1c4a348b26cb23..45cf7eb611b143051b95c23b9888caf180fd3352 100644 (file)
@@ -82,7 +82,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
   <div class="container">
     <h2 class="bd-featurette-title">Official Bootstrap Themes.</h2>
     <p class="lead">
-      Take Bootstrap to the next level with official premium themes. Each theme is it's own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more.
+      Take Bootstrap to the next level with official premium themes. Each theme is its own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more.
     </p>
 
     <p class="lead">
index 75347e527fd09271060476ceae880883b4f783ce..0f2a09bf0af68c7b947fd498855949e9f5c81759 100644 (file)
@@ -9,7 +9,7 @@ Bootstrap includes several components and options for laying out your project, i
 
 ## Containers
 
-Containers are the most basic layout element in Bootstrap and are **required when using our grid system**. Choose from a responsive, fixed-width container (meaning it's `max-width` changes at each breakpoint) or fluid-width (meaning it's `100%` wide all the time).
+Containers are the most basic layout element in Bootstrap and are **required when using our grid system**. Choose from a responsive, fixed-width container (meaning its `max-width` changes at each breakpoint) or fluid-width (meaning it's `100%` wide all the time).
 
 While containers *can* be nested, most layouts do not require a nested container.