Skip to content

Commit

Permalink
Merge pull request #363 from twbs/typo
Browse files Browse the repository at this point in the history
Fix a typo in docs
  • Loading branch information
connors committed Mar 2, 2014
2 parents 36313cf + 742b462 commit 522d97b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="page-title">Components</h2>

<div class="container">
<!-- Components -->
<div class="docs-components column-group">
<div class="docs-components column-group">
<div class="device-column column units-2 lg-units-5 pull-right">
<!-- In phone examples -->
<div class="device js-device">
Expand Down Expand Up @@ -57,7 +57,7 @@ <h1 class="title">Title</h1>

<article class="component">
<h3 class="component-title">Title bar with buttons</h3>
<p class="component-description">Buttons in a title bar are left or right aligned and should be used for actions. Use the <code>.pull-right</code> or <code>.pull-right</code> utility classes to float the buttons. Also, be sure to place any floated elements bofore the title.</p>
<p class="component-description">Buttons in a title bar are left or right aligned and should be used for actions. Use the <code>.pull-right</code> or <code>.pull-right</code> utility classes to float the buttons. Also, be sure to place any floated elements before the title.</p>

<div class="component-example component-example-fullbleed">
<header class="bar bar-nav">
Expand Down Expand Up @@ -1074,7 +1074,7 @@ <h3 class="component-title">Toggles</h3>
<h3 class="component-title">Popovers</h3>

{% highlight html %}
<div id="popover" class="popover">
<div id="popover" class="popover">
<header class="bar bar-nav">
<h1 class="title">Popover title</h1>
</header>
Expand All @@ -1095,7 +1095,7 @@ <h1 class="title">Popover title</h1>

{% highlight html %}
<header class="bar bar-nav">
<a href="#myPopover">
<a href="#myPopover">
<h1 class="title">
Tap title
<span class="icon icon-caret"></span>
Expand All @@ -1105,7 +1105,7 @@ <h1 class="title">
{% endhighlight %}

</article>

<!-- Modals -->
<article class="component" id="modals">
<h3 class="component-title">Modals</h3>
Expand All @@ -1117,7 +1117,7 @@ <h3 class="component-title">Modals</h3>
<a class="icon icon-close pull-right" href="#myModalexample"></a>
<h1 class="title">Modal mobile</h1>
</header>

<p class="content-padded">The contents of my modal go here. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut.</p>
</div>
</div>
Expand All @@ -1129,7 +1129,7 @@ <h1 class="title">Modal mobile</h1>
<a class="icon icon-close pull-right" href="#myModalexample"></a>
<h1 class="title">Modal</h1>
</header>

<div class="content">
<p class="content-padded">The contents of my modal go here. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut.</p>
</div>
Expand Down Expand Up @@ -1363,7 +1363,7 @@ <h3 class="component-title">Ratchicons</h3>
{% endhighlight %}

</article>

<!-- Footer -->
{% include footer.html %}
</div>
Expand Down

0 comments on commit 522d97b

Please sign in to comment.