aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-03 23:16:09 -0700
committerChris Rebert <[email protected]>2013-08-03 23:16:09 -0700
commit899c147cd561a4fd8757cb76124036e5a73c5c92 (patch)
tree0216c2916863023a701ee6efe79f0b451a0f7873
parenteed4844fd2d12255c0e48acbf2b7132cefd6aaff (diff)
downloadbootstrap-899c147cd561a4fd8757cb76124036e5a73c5c92.tar.xz
bootstrap-899c147cd561a4fd8757cb76124036e5a73c5c92.zip
streamline $().dropdown('toggle') description
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index eb9e5ced6..ff1aced13 100644
--- a/javascript.html
+++ b/javascript.html
@@ -465,7 +465,7 @@ $('.dropdown-toggle').dropdown()
<h3>Methods</h3>
<h4>$().dropdown('toggle')</h4>
- <p>A programmatic api for toggling menus for a given navbar or tabbed navigation.</p>
+ <p>Toggles the dropdown menu of a given navbar or tabbed navigation.</p>
</div>