diff options
| author | Kyle Robinson Young <[email protected]> | 2012-02-01 23:30:37 -0800 |
|---|---|---|
| committer | Kyle Robinson Young <[email protected]> | 2012-02-01 23:30:37 -0800 |
| commit | 99f395bcd7ad18ec1ef63b88516e98b294b5bc12 (patch) | |
| tree | 37f767e35c53a1944922c2ea1bbc82e4b1b4e249 /docs/templates | |
| parent | 98d1659ef836cb879ce7d6260351ff35e96ebd25 (diff) | |
| download | bootstrap-99f395bcd7ad18ec1ef63b88516e98b294b5bc12.tar.xz bootstrap-99f395bcd7ad18ec1ef63b88516e98b294b5bc12.zip | |
Typo fixes
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 4 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 4 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 6 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/upgrading.mustache | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 634809715..aff5ec089 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -454,7 +454,7 @@ <td> <code>.table-bordered</code> </td> - <td>{{_i}}Rounds corners and adds outter border{{/i}}</td> + <td>{{_i}}Rounds corners and adds outer border{{/i}}</td> </tr> <tr> <td>{{_i}}Zebra-stripe{{/i}}</td> @@ -1370,7 +1370,7 @@ </div> </div> <div class="alert alert-info"> - {{_i}}<strong>Heads up!</strong> Icon classes are echoed via CSS <code>:after</code>. In the docs, we show a light red background color on hover to hightlight the icon's size.{{/i}} + {{_i}}<strong>Heads up!</strong> Icon classes are echoed via CSS <code>:after</code>. In the docs, we show a light red background color on hover to highlight the icon's size.{{/i}} </div> <br> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index d7b3efcae..43aa5ad8f 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -945,7 +945,7 @@ <div class="row"> <div class="span4"> <h3>{{_i}}About pager{{/i}}</h3> - <p>{{_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}}</p> + <p>{{_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}}</p> </div> <div class="span4"> <h3>{{_i}}Default example{{/i}}</h3> @@ -1206,7 +1206,7 @@ <div class="row"> <div class="span4"> <h3>{{_i}}Rewritten base class{{/i}}</h3> - <p>{{_i}}With Bootstrap 2, we've simplified the base class: <code>.alert</code> instead of <code>.alert-message</code>. We've also reduced the minimum required markup—no <code><p></code> is required by default, just the outter <code><div></code>.{{/i}}</p> + <p>{{_i}}With Bootstrap 2, we've simplified the base class: <code>.alert</code> instead of <code>.alert-message</code>. We've also reduced the minimum required markup—no <code><p></code> is required by default, just the outer <code><div></code>.{{/i}}</p> <h3>{{_i}}Single alert message{{/i}}</h3> <p>{{_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 <code>.alert-block</code>.{{/i}}</p> <hr> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index aedd21f53..961428dbf 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -58,7 +58,7 @@ <div class="span3"> <label> <h3><a href="./javascript.html#tooltips">{{_i}}Tooltips{{/i}}</a></h3> - <p>{{_i}}A new take on the jQuery Tipsy plugin, Tooltips don't rely on images, uss CSS3 for animations, and data-attributes for local title storage.{{/i}}</p> + <p>{{_i}}A new take on the jQuery Tipsy plugin, Tooltips don't rely on images, use CSS3 for animations, and data-attributes for local title storage.{{/i}}</p> </label> </div> <div class="span3"> @@ -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></pre> <h3>{{_i}}Methods{{/i}}</h3> <h4>$().tab</h4> @@ -1069,7 +1069,7 @@ $('#my-alert').bind('closed', function () { <td>{{_i}}parent{{/i}}</td> <td>{{_i}}selector{{/i}}</td> <td>false</td> - <td>{{_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}}</td> + <td>{{_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}}</td> </tr> <tr> <td>{{_i}}toggle{{/i}}</td> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index f69e43c20..68e444566 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -538,7 +538,7 @@ <tr> <td><code>.background-clip()</code></td> <td><code>@clip</code></td> - <td>{{_i}}Crop the backgroud of an element (useful for <code>border-radius</code>){{/i}}</td> + <td>{{_i}}Crop the background of an element (useful for <code>border-radius</code>){{/i}}</td> </tr> <tr> <td><code>.background-size()</code></td> diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 02d1c7feb..5c40e0798 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -144,7 +144,7 @@ <ul> <li>{{_i}}New base class: <code>.alert</code> instead of <code>.alert-message</code>{{/i}}</li> <li>{{_i}}Class names standardized for other options, now all starting with <code>.alert-</code>{{/i}}</li> - <li>{{_i}}Redesigned base alert styles to combine the deafult alerts and block-level alerts into one{{/i}}</li> + <li>{{_i}}Redesigned base alert styles to combine the default alerts and block-level alerts into one{{/i}}</li> <li>{{_i}}Block level alert class changed: <code>.alert-block</code> instead of <code>.block-message</code>{{/i}}</li> </ul> <h3>{{_i}}Progress bars{{/i}}</h3> |
