aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-13 18:42:57 -0800
committerJacob Thornton <[email protected]>2012-02-13 18:42:57 -0800
commita8c478e05189d195d4b921c5d0eb6c601ea35711 (patch)
tree592350f61d1a4ba91ed587ea8615b5a850ea13d7 /docs/templates/pages/javascript.mustache
parent6e77c9d1233c1621deeaa2dd00e6eca3fd618610 (diff)
parent64ea59234f30f51ab5497830d1825c7e043a575e (diff)
downloadbootstrap-a8c478e05189d195d4b921c5d0eb6c601ea35711.tar.xz
bootstrap-a8c478e05189d195d4b921c5d0eb6c601ea35711.zip
Merge branch '2.0.1-wip' of https://github.com/twitter/bootstrap into 2.0.1-wip
Conflicts: docs/assets/bootstrap.zip
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 553913d21..c072e306b 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -854,7 +854,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</p>
</div>
<hr>
- <h2>{{_i}}Using bootstrap-alerts.js{{/i}}</h2>
+ <h2>{{_i}}Using bootstrap-alert.js{{/i}}</h2>
<p>{{_i}}Enable dismissal of an alert via javascript:{{/i}}</p>
<pre class="prettyprint linenums">$(".alert").alert()</pre>
<h3>{{_i}}Markup{{/i}}</h3>