Commit 99f395bc authored by Kyle Robinson Young's avatar Kyle Robinson Young
Browse files

Typo fixes

parent 98d1659e
Showing with 18 additions and 18 deletions
+18 -18
...@@ -530,7 +530,7 @@ For example, <code>section</code> should be wrapped as inline. ...@@ -530,7 +530,7 @@ For example, <code>section</code> should be wrapped as inline.
<td> <td>
<code>.table-bordered</code> <code>.table-bordered</code>
</td> </td>
<td>Rounds corners and adds outter border</td> <td>Rounds corners and adds outer border</td>
</tr> </tr>
<tr> <tr>
<td>Zebra-stripe</td> <td>Zebra-stripe</td>
...@@ -1446,7 +1446,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline. ...@@ -1446,7 +1446,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</div> </div>
</div> </div>
<div class="alert alert-info"> <div class="alert alert-info">
<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. <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.
</div> </div>
<br> <br>
......
...@@ -1021,7 +1021,7 @@ ...@@ -1021,7 +1021,7 @@
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<h3>About pager</h3> <h3>About pager</h3>
<p>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.</p> <p>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.</p>
</div> </div>
<div class="span4"> <div class="span4">
<h3>Default example</h3> <h3>Default example</h3>
...@@ -1282,7 +1282,7 @@ ...@@ -1282,7 +1282,7 @@
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<h3>Rewritten base class</h3> <h3>Rewritten base class</h3>
<p>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&mdash;no <code>&lt;p&gt;</code> is required by default, just the outter <code>&lt;div&gt;</code>.</p> <p>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&mdash;no <code>&lt;p&gt;</code> is required by default, just the outer <code>&lt;div&gt;</code>.</p>
<h3>Single alert message</h3> <h3>Single alert message</h3>
<p>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>.</p> <p>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>.</p>
<hr> <hr>
......
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<div class="span3"> <div class="span3">
<label> <label>
<h3><a href="./javascript.html#tooltips">Tooltips</a></h3> <h3><a href="./javascript.html#tooltips">Tooltips</a></h3>
<p>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.</p> <p>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.</p>
</label> </label>
</div> </div>
<div class="span3"> <div class="span3">
...@@ -628,7 +628,7 @@ $('#myModal').on('hidden', function () { ...@@ -628,7 +628,7 @@ $('#myModal').on('hidden', function () {
&lt;li&gt;&lt;a href="#home" data-toggle="tab"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#home" data-toggle="tab"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#profile" data-toggle="tab"&gt;Profile&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#profile" data-toggle="tab"&gt;Profile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#messages" data-toggle="tab"&gt;Messages&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#messages" data-toggle="tab"&gt;Messages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#ettings" data-toggle="tab"&gt;Settings&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#settings" data-toggle="tab"&gt;Settings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre> &lt;/ul&gt;</pre>
<h3>Methods</h3> <h3>Methods</h3>
<h4>$().tab</h4> <h4>$().tab</h4>
...@@ -1145,7 +1145,7 @@ $('#my-alert').bind('closed', function () { ...@@ -1145,7 +1145,7 @@ $('#my-alert').bind('closed', function () {
<td>parent</td> <td>parent</td>
<td>selector</td> <td>selector</td>
<td>false</td> <td>false</td>
<td>If selector then all collapsible elements under the specified parent will be closed when this collasabile item is shown. (similar to traditional accordion behavior)</td> <td>If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior)</td>
</tr> </tr>
<tr> <tr>
<td>toggle</td> <td>toggle</td>
......
...@@ -614,7 +614,7 @@ ...@@ -614,7 +614,7 @@
<tr> <tr>
<td><code>.background-clip()</code></td> <td><code>.background-clip()</code></td>
<td><code>@clip</code></td> <td><code>@clip</code></td>
<td>Crop the backgroud of an element (useful for <code>border-radius</code>)</td> <td>Crop the background of an element (useful for <code>border-radius</code>)</td>
</tr> </tr>
<tr> <tr>
<td><code>.background-size()</code></td> <td><code>.background-size()</code></td>
......
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
<td> <td>
<code>.table-bordered</code> <code>.table-bordered</code>
</td> </td>
<td>{{_i}}Rounds corners and adds outter border{{/i}}</td> <td>{{_i}}Rounds corners and adds outer border{{/i}}</td>
</tr> </tr>
<tr> <tr>
<td>{{_i}}Zebra-stripe{{/i}}</td> <td>{{_i}}Zebra-stripe{{/i}}</td>
...@@ -1370,7 +1370,7 @@ ...@@ -1370,7 +1370,7 @@
</div> </div>
</div> </div>
<div class="alert alert-info"> <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> </div>
<br> <br>
......
...@@ -945,7 +945,7 @@ ...@@ -945,7 +945,7 @@
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<h3>{{_i}}About pager{{/i}}</h3> <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>
<div class="span4"> <div class="span4">
<h3>{{_i}}Default example{{/i}}</h3> <h3>{{_i}}Default example{{/i}}</h3>
...@@ -1206,7 +1206,7 @@ ...@@ -1206,7 +1206,7 @@
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<h3>{{_i}}Rewritten base class{{/i}}</h3> <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&mdash;no <code>&lt;p&gt;</code> is required by default, just the outter <code>&lt;div&gt;</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&mdash;no <code>&lt;p&gt;</code> is required by default, just the outer <code>&lt;div&gt;</code>.{{/i}}</p>
<h3>{{_i}}Single alert message{{/i}}</h3> <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> <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> <hr>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<div class="span3"> <div class="span3">
<label> <label>
<h3><a href="./javascript.html#tooltips">{{_i}}Tooltips{{/i}}</a></h3> <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> </label>
</div> </div>
<div class="span3"> <div class="span3">
...@@ -552,7 +552,7 @@ $('#myModal').on('hidden', function () { ...@@ -552,7 +552,7 @@ $('#myModal').on('hidden', function () {
&lt;li&gt;&lt;a href="#home" data-toggle="tab"&gt;{{_i}}Home{{/i}}&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#home" data-toggle="tab"&gt;{{_i}}Home{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#profile" data-toggle="tab"&gt;{{_i}}Profile{{/i}}&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#profile" data-toggle="tab"&gt;{{_i}}Profile{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#messages" data-toggle="tab"&gt;{{_i}}Messages{{/i}}&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#messages" data-toggle="tab"&gt;{{_i}}Messages{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#ettings" data-toggle="tab"&gt;{{_i}}Settings{{/i}}&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#settings" data-toggle="tab"&gt;{{_i}}Settings{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre> &lt;/ul&gt;</pre>
<h3>{{_i}}Methods{{/i}}</h3> <h3>{{_i}}Methods{{/i}}</h3>
<h4>$().tab</h4> <h4>$().tab</h4>
...@@ -1069,7 +1069,7 @@ $('#my-alert').bind('closed', function () { ...@@ -1069,7 +1069,7 @@ $('#my-alert').bind('closed', function () {
<td>{{_i}}parent{{/i}}</td> <td>{{_i}}parent{{/i}}</td>
<td>{{_i}}selector{{/i}}</td> <td>{{_i}}selector{{/i}}</td>
<td>false</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>
<tr> <tr>
<td>{{_i}}toggle{{/i}}</td> <td>{{_i}}toggle{{/i}}</td>
......
...@@ -538,7 +538,7 @@ ...@@ -538,7 +538,7 @@
<tr> <tr>
<td><code>.background-clip()</code></td> <td><code>.background-clip()</code></td>
<td><code>@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>
<tr> <tr>
<td><code>.background-size()</code></td> <td><code>.background-size()</code></td>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<ul> <ul>
<li>{{_i}}New base class: <code>.alert</code> instead of <code>.alert-message</code>{{/i}}</li> <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}}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> <li>{{_i}}Block level alert class changed: <code>.alert-block</code> instead of <code>.block-message</code>{{/i}}</li>
</ul> </ul>
<h3>{{_i}}Progress bars{{/i}}</h3> <h3>{{_i}}Progress bars{{/i}}</h3>
......
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
<ul> <ul>
<li>New base class: <code>.alert</code> instead of <code>.alert-message</code></li> <li>New base class: <code>.alert</code> instead of <code>.alert-message</code></li>
<li>Class names standardized for other options, now all starting with <code>.alert-</code></li> <li>Class names standardized for other options, now all starting with <code>.alert-</code></li>
<li>Redesigned base alert styles to combine the deafult alerts and block-level alerts into one</li> <li>Redesigned base alert styles to combine the default alerts and block-level alerts into one</li>
<li>Block level alert class changed: <code>.alert-block</code> instead of <code>.block-message</code></li> <li>Block level alert class changed: <code>.alert-block</code> instead of <code>.block-message</code></li>
</ul> </ul>
<h3>Progress bars</h3> <h3>Progress bars</h3>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment