diff options
| author | Chris Rebert <[email protected]> | 2013-08-18 10:55:22 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-18 10:55:22 -0700 |
| commit | 25d9b2ad4935557ebf869a4cf850ad889e04c45e (patch) | |
| tree | 5663df0e865a8e43f4370018e4dbadea6140b2c5 /_includes | |
| parent | d7eee9bd6ecbe4724ef0f9644edb92a9ede91bee (diff) | |
| parent | 0989babe5daa14a91b80f6347efa493bc100e28d (diff) | |
| download | bootstrap-25d9b2ad4935557ebf869a4cf850ad889e04c45e.tar.xz bootstrap-25d9b2ad4935557ebf869a4cf850ad889e04c45e.zip | |
Merge pull request #9788 from brunoamaral/3.0.0-wip
fixes two type-o's in glyphicons
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-components.html | 2 |
1 files changed, 1 insertions, 1 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> |
