diff options
| author | Mark Otto <[email protected]> | 2013-12-12 10:28:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-12 10:28:37 -0800 |
| commit | da24a3e1186561ec34c175889931c4cbb5dc680b (patch) | |
| tree | 10eab4a7586d306bf8c4843d07f1e48673a44d75 | |
| parent | 4fc2907723e7f7bb5b14eb5cec94d629b6834e7f (diff) | |
| download | bootstrap-da24a3e1186561ec34c175889931c4cbb5dc680b.tar.xz bootstrap-da24a3e1186561ec34c175889931c4cbb5dc680b.zip | |
typo
| -rw-r--r-- | _includes/nav-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 0228932dd..d644c7fda 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -15,7 +15,7 @@ <li><a href="#grid-intro">Introduction</a></li> <li><a href="#grid-media-queries">Media queries</a></li> <li><a href="#grid-options">Grid options</a></li> - <li><a href="#grid-example-basic">Ex: Stacked-to-horizonal</a></li> + <li><a href="#grid-example-basic">Ex: Stacked-to-horizontal</a></li> <li><a href="#grid-example-fluid">Ex: Fluid container</a></li> <li><a href="#grid-example-mixed">Ex: Mobile and desktops</a></li> <li><a href="#grid-example-mixed-complete">Ex: Mobile, tablet, desktops</a></li> |
