diff options
| author | Mark Otto <[email protected]> | 2012-09-13 10:07:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-13 10:07:57 -0700 |
| commit | 595e1a189c1911ada7c4bd4c769c28b1741611ac (patch) | |
| tree | a62083b4d0c0829c4ecb824d846d9bfaf4d25226 /docs/templates | |
| parent | 15bb78ce800dc74dfd5eed98f3d256ce095ccab0 (diff) | |
| download | bootstrap-595e1a189c1911ada7c4bd4c769c28b1741611ac.tar.xz bootstrap-595e1a189c1911ada7c4bd4c769c28b1741611ac.zip | |
fixes #5119: javascript in navbar typo
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index d463f441e..2f0e1e856 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -70,7 +70,7 @@ <a href="./components.html">{{_i}}Components{{/i}}</a> </li> <li class="{{javascript}}"> - <a href="./javascript.html">{{_i}}Javascript{{/i}}</a> + <a href="./javascript.html">{{_i}}JavaScript{{/i}}</a> </li> <li class="{{customize}}"> <a href="./customize.html">{{_i}}Customize{{/i}}</a> |
