aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Amaral <[email protected]>2013-08-18 18:47:40 +0100
committerBruno Amaral <[email protected]>2013-08-18 18:47:40 +0100
commit0989babe5daa14a91b80f6347efa493bc100e28d (patch)
tree5663df0e865a8e43f4370018e4dbadea6140b2c5
parentd7eee9bd6ecbe4724ef0f9644edb92a9ede91bee (diff)
downloadbootstrap-0989babe5daa14a91b80f6347efa493bc100e28d.tar.xz
bootstrap-0989babe5daa14a91b80f6347efa493bc100e28d.zip
fixes two type-os in glyphicons
-rw-r--r--_includes/nav-components.html2
-rw-r--r--components.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/nav-components.html b/_includes/nav-components.html
index b251cc332..a1105cdda 100644
--- a/_includes/nav-components.html
+++ b/_includes/nav-components.html
@@ -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>
diff --git a/components.html b/components.html
index 4e531e6a8..b4e6c18f1 100644
--- a/components.html
+++ b/components.html
@@ -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>