]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes two type-os in glyphicons 9788/head
authorBruno Amaral <mail@brunoamaral.eu>
Sun, 18 Aug 2013 17:47:40 +0000 (18:47 +0100)
committerBruno Amaral <mail@brunoamaral.eu>
Sun, 18 Aug 2013 17:47:40 +0000 (18:47 +0100)
_includes/nav-components.html
components.html

index b251cc3327042e0a87117f1aaf5f5eeaf23f2dd3..a1105cddae27fe2a61232f892a8f4c3f223bcb5a 100644 (file)
@@ -2,7 +2,7 @@
   <a href="#glyphicons">Glyphicons</a>
   <ul class="nav">
     <li><a href="#glyphicons-glyphs">Available glyphs</a></li>
-    <li><a href="#glyphicons-how-to-use">How ot use</a></li>
+    <li><a href="#glyphicons-how-to-use">How to use</a></li>
     <li><a href="#glyphicons-examples">Examples</a></li>
   </ul>
 </li>
index 4e531e6a88c3a9839b45c4012e7868f5a43ff0b7..b4e6c18f1c7b3469b37c1e175a3f859783d8799b 100644 (file)
@@ -244,7 +244,7 @@ base_url: "../"
     </ul>
 
 
-    <h2 id="glyphicons-how-to">How to use</h2>
+    <h2 id="glyphicons-how-to-use">How to use</h2>
     <p>For performance reasons, all icons require a base class and individual icon class. To use, place the following code just about anywhere. Be sure to leave a space between the icon and text for proper padding.</p>
 {% highlight html %}
 <span class="glyphicon glyphicon-search"></span>