diff --git a/docs/base-css.html b/docs/base-css.html index ac297c645b..8c504d8147 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -530,7 +530,7 @@ For example, <code>section</code> should be wrapped as inline. .table-bordered - Rounds corners and adds outter border + Rounds corners and adds outer border Zebra-stripe @@ -1446,7 +1446,7 @@ For example, <code>section</code> should be wrapped as inline.
- Heads up! Icon classes are echoed via CSS :after. In the docs, we show a light red background color on hover to hightlight the icon's size. + Heads up! Icon classes are echoed via CSS :after. In the docs, we show a light red background color on hover to highlight the icon's size.

diff --git a/docs/components.html b/docs/components.html index c40d55613f..bd2e437a54 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1021,7 +1021,7 @@

About pager

-

The pager component is a set of links for simple pagination implemenations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.

+

The pager component is a set of links for simple pagination implementations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.

Default example

@@ -1282,7 +1282,7 @@

Rewritten base class

-

With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outter <div>.

+

With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outer <div>.

Single alert message

For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to .alert-block.


diff --git a/docs/javascript.html b/docs/javascript.html index 4c432ee7c0..8d44fa03da 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -134,7 +134,7 @@
@@ -628,7 +628,7 @@ $('#myModal').on('hidden', function () { <li><a href="#home" data-toggle="tab">Home</a></li> <li><a href="#profile" data-toggle="tab">Profile</a></li> <li><a href="#messages" data-toggle="tab">Messages</a></li> - <li><a href="#ettings" data-toggle="tab">Settings</a></li> + <li><a href="#settings" data-toggle="tab">Settings</a></li> </ul>

Methods

$().tab

@@ -1145,7 +1145,7 @@ $('#my-alert').bind('closed', function () { parent selector false - If selector then all collapsible elements under the specified parent will be closed when this collasabile item is shown. (similar to traditional accordion behavior) + If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior) toggle diff --git a/docs/less.html b/docs/less.html index 16d3d02dea..0eb5211d34 100644 --- a/docs/less.html +++ b/docs/less.html @@ -614,7 +614,7 @@ .background-clip() @clip - Crop the backgroud of an element (useful for border-radius) + Crop the background of an element (useful for border-radius) .background-size() diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 420b002265..27c9a96fd4 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -454,7 +454,7 @@ .table-bordered - {{_i}}Rounds corners and adds outter border{{/i}} + {{_i}}Rounds corners and adds outer border{{/i}} {{_i}}Zebra-stripe{{/i}} @@ -1370,7 +1370,7 @@
- {{_i}}Heads up! Icon classes are echoed via CSS :after. In the docs, we show a light red background color on hover to hightlight the icon's size.{{/i}} + {{_i}}Heads up! Icon classes are echoed via CSS :after. In the docs, we show a light red background color on hover to highlight the icon's size.{{/i}}

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index d8218ecc01..1f726c35a2 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -945,7 +945,7 @@

{{_i}}About pager{{/i}}

-

{{_i}}The pager component is a set of links for simple pagination implemenations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.{{/i}}

+

{{_i}}The pager component is a set of links for simple pagination implementations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.{{/i}}

{{_i}}Default example{{/i}}

@@ -1206,7 +1206,7 @@

{{_i}}Rewritten base class{{/i}}

-

{{_i}}With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outter <div>.{{/i}}

+

{{_i}}With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outer <div>.{{/i}}

{{_i}}Single alert message{{/i}}

{{_i}}For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to .alert-block.{{/i}}


diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index b8b1f3da44..29632a090c 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -58,7 +58,7 @@
@@ -552,7 +552,7 @@ $('#myModal').on('hidden', function () { <li><a href="#home" data-toggle="tab">{{_i}}Home{{/i}}</a></li> <li><a href="#profile" data-toggle="tab">{{_i}}Profile{{/i}}</a></li> <li><a href="#messages" data-toggle="tab">{{_i}}Messages{{/i}}</a></li> - <li><a href="#ettings" data-toggle="tab">{{_i}}Settings{{/i}}</a></li> + <li><a href="#settings" data-toggle="tab">{{_i}}Settings{{/i}}</a></li> </ul>

{{_i}}Methods{{/i}}

$().tab

@@ -1069,7 +1069,7 @@ $('#my-alert').bind('closed', function () { {{_i}}parent{{/i}} {{_i}}selector{{/i}} false - {{_i}}If selector then all collapsible elements under the specified parent will be closed when this collasabile item is shown. (similar to traditional accordion behavior){{/i}} + {{_i}}If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior){{/i}} {{_i}}toggle{{/i}} diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 0826a9e311..b431106acc 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -538,7 +538,7 @@ .background-clip() @clip - {{_i}}Crop the backgroud of an element (useful for border-radius){{/i}} + {{_i}}Crop the background of an element (useful for border-radius){{/i}} .background-size() diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 5511e191b2..d92cc04dd3 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -145,7 +145,7 @@
  • {{_i}}New base class: .alert instead of .alert-message{{/i}}
  • {{_i}}Class names standardized for other options, now all starting with .alert-{{/i}}
  • -
  • {{_i}}Redesigned base alert styles to combine the deafult alerts and block-level alerts into one{{/i}}
  • +
  • {{_i}}Redesigned base alert styles to combine the default alerts and block-level alerts into one{{/i}}
  • {{_i}}Block level alert class changed: .alert-block instead of .block-message{{/i}}

{{_i}}Progress bars{{/i}}

diff --git a/docs/upgrading.html b/docs/upgrading.html index 7398952ba9..456afe6a57 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -221,7 +221,7 @@
  • New base class: .alert instead of .alert-message
  • Class names standardized for other options, now all starting with .alert-
  • -
  • Redesigned base alert styles to combine the deafult alerts and block-level alerts into one
  • +
  • Redesigned base alert styles to combine the default alerts and block-level alerts into one
  • Block level alert class changed: .alert-block instead of .block-message

Progress bars