fixing language on body setup
authorDave Gamache <dhgamache@gmail.com>
Mon, 5 Nov 2012 00:32:08 +0000 (16:32 -0800)
committerDave Gamache <dhgamache@gmail.com>
Mon, 5 Nov 2012 00:32:08 +0000 (16:32 -0800)
docs/index.html

index 13eec0b..dec5bac 100644 (file)
@@ -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">Both <code>.bar-title</code> and <code>.bar-tab</code> components should always be the first thing in the <code>&lt;body&gt;</code> of the page.</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>