aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-16 13:01:49 -0700
committerMark Otto <[email protected]>2011-09-16 13:01:49 -0700
commit08d017592b8369bca64a90eb4b8305bf36ea1412 (patch)
treea0152ad1dcabfa7226c85fbabc917cbdc6e6ab40
parentf03f7da08beede6e6a92ecc6bf28ca978750cd7a (diff)
downloadbootstrap-08d017592b8369bca64a90eb4b8305bf36ea1412.tar.xz
bootstrap-08d017592b8369bca64a90eb4b8305bf36ea1412.zip
Fix spelling mistake in pre on js page (/ul instead of /div).
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 454251c2b..f001ad808 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -349,7 +349,7 @@ $('#my-modal').bind('hidden', function () {
&lt;div id="profile"&gt;...&lt;/div&gt;
&lt;div id="messages"&gt;...&lt;/div&gt;
&lt;div id="settings"&gt;...&lt;/div&gt;
-&lt;/ul&gt;
+&lt;/div&gt;
&lt;script&gt;
$(function () {