Browse Source

Merge pull request #363 from twbs/typo

Fix a typo in docs
pull/367/head
Connor Sears 11 years ago
parent
commit
522d97ba95
  1. 2
      docs/components.html

2
docs/components.html

@ -57,7 +57,7 @@ title: Components · Ratchet
<article class="component"> <article class="component">
<h3 class="component-title">Title bar with buttons</h3> <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"> <div class="component-example component-example-fullbleed">
<header class="bar bar-nav"> <header class="bar bar-nav">

Loading…
Cancel
Save