diff options
| author | Kyle Robinson Young <[email protected]> | 2012-02-01 23:30:37 -0800 |
|---|---|---|
| committer | Kyle Robinson Young <[email protected]> | 2012-02-01 23:30:37 -0800 |
| commit | 99f395bcd7ad18ec1ef63b88516e98b294b5bc12 (patch) | |
| tree | 37f767e35c53a1944922c2ea1bbc82e4b1b4e249 /docs/templates/pages/javascript.mustache | |
| parent | 98d1659ef836cb879ce7d6260351ff35e96ebd25 (diff) | |
| download | bootstrap-99f395bcd7ad18ec1ef63b88516e98b294b5bc12.tar.xz bootstrap-99f395bcd7ad18ec1ef63b88516e98b294b5bc12.zip | |
Typo fixes
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index aedd21f53..961428dbf 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -58,7 +58,7 @@ <div class="span3"> <label> <h3><a href="./javascript.html#tooltips">{{_i}}Tooltips{{/i}}</a></h3> - <p>{{_i}}A new take on the jQuery Tipsy plugin, Tooltips don't rely on images, uss CSS3 for animations, and data-attributes for local title storage.{{/i}}</p> + <p>{{_i}}A new take on the jQuery Tipsy plugin, Tooltips don't rely on images, use CSS3 for animations, and data-attributes for local title storage.{{/i}}</p> </label> </div> <div class="span3"> @@ -552,7 +552,7 @@ $('#myModal').on('hidden', function () { <li><a href="#home" data-toggle="tab">{{_i}}Home{{/i}}</a></li> <li><a href="#profile" data-toggle="tab">{{_i}}Profile{{/i}}</a></li> <li><a href="#messages" data-toggle="tab">{{_i}}Messages{{/i}}</a></li> - <li><a href="#ettings" data-toggle="tab">{{_i}}Settings{{/i}}</a></li> + <li><a href="#settings" data-toggle="tab">{{_i}}Settings{{/i}}</a></li> </ul></pre> <h3>{{_i}}Methods{{/i}}</h3> <h4>$().tab</h4> @@ -1069,7 +1069,7 @@ $('#my-alert').bind('closed', function () { <td>{{_i}}parent{{/i}}</td> <td>{{_i}}selector{{/i}}</td> <td>false</td> - <td>{{_i}}If selector then all collapsible elements under the specified parent will be closed when this collasabile item is shown. (similar to traditional accordion behavior){{/i}}</td> + <td>{{_i}}If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior){{/i}}</td> </tr> <tr> <td>{{_i}}toggle{{/i}}</td> |
