diff --git a/docs/components/forms.md b/docs/components/forms.md index 7ebefae30f..4c46c9999b 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -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 `
`s, `
`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 `
`s, `
`s, or nearly any other element. {% example html %}
diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index c12dca3cdb..af12996e60 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -26,7 +26,7 @@ To make the jumbotron full width, and without rounded corners, add the `.jumbotr

Fluid jumbotron

-

This is a modified jumbotron that occupies the entire horizontal space of it's parent.

+

This is a modified jumbotron that occupies the entire horizontal space of its parent.

{% endexample %} diff --git a/docs/components/popovers.md b/docs/components/popovers.md index f48d860ead..3b9753aa5b 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -268,7 +268,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap offsets string '0 0' - Offset of the popover relative to it's target. For more information refer to Tether's offset docs. + Offset of the popover relative to its target. For more information refer to Tether's offset docs. diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index f2936469b7..85f3e63b6b 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -226,7 +226,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap offsets string '0 0' - Offset of the popover relative to it's target. For more information refer to Tether's offset docs. + Offset of the popover relative to its target. For more information refer to Tether's offset docs. diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 35d7febe03..456e44414b 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -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 diff --git a/docs/index.html b/docs/index.html index faf59c4c4c..45cf7eb611 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,7 +82,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f

Official Bootstrap Themes.

- 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.

diff --git a/docs/layout/overview.md b/docs/layout/overview.md index 75347e527f..0f2a09bf0a 100644 --- a/docs/layout/overview.md +++ b/docs/layout/overview.md @@ -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.