Browse Source

typo in setup

pull/91/head
Dave Gamache 12 years ago
parent
commit
cad0883aea
  1. 2
      docs/index.html

2
docs/index.html

@ -1109,7 +1109,7 @@ window.addEventListener('push', myFunction);
<ol class="steps">
<li class="step">
<h3 class="step-title">1. Fixed bars come first</h3>
<p class="step-description">All fixed bars (<code>.bar-title, .bar-tab, .bar-header-secondary, .bar-footer)</code>) should always be the first thing in the <code>&lt;body&gt;</code> of the page. This is really important!</p>
<p class="step-description">All fixed bars (<code>.bar-title, .bar-tab, .bar-header-secondary, .bar-footer</code>) should always be the first thing in the <code>&lt;body&gt;</code> of the page. This is really important!</p>
</li>
<li class="step">
<h3 class="step-title">2. Everything else goes in <code>.content</code></h3>

Loading…
Cancel
Save