]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in One class, multiple tags section
authorErik van der Kolk <developer@smerik.nl>
Sat, 18 Aug 2012 14:50:08 +0000 (16:50 +0200)
committerErik van der Kolk <developer@smerik.nl>
Sat, 18 Aug 2012 14:50:08 +0000 (16:50 +0200)
docs/base-css.html
docs/templates/pages/base-css.mustache

index c1b13655dab19f39b309bf57a65edd36820d7db2..069b790476d64f66e0f3a440d9e0e9a639c3e5db 100644 (file)
@@ -1554,7 +1554,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
 &lt;input class="btn" type="button" value="Input"&gt;
 &lt;input class="btn" type="submit" value="Submit"&gt;
 </pre>
-          <p>As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code>&lt;input type="submit"&gt;</code> for your button.</p>
+          <p>As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code>&lt;input type="submit"&gt;</code> for your button.</p>
 
         </section>
 
index 8ab4b9c2a7c4a1f796d8db675cbafc94da7145e5..8c2155b21071ec7cec1831161eebb6faa91b7f6a 100644 (file)
 &lt;input class="btn" type="button" value="{{_i}}Input{{/i}}"&gt;
 &lt;input class="btn" type="submit" value="{{_i}}Submit{{/i}}"&gt;
 </pre>
-          <p>{{_i}}As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code>&lt;input type="submit"&gt;</code> for your button.{{/i}}</p>
+          <p>{{_i}}As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code>&lt;input type="submit"&gt;</code> for your button.{{/i}}</p>
 
         </section>