]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
small typo fix to docs
authorJon Stevens <latchkey@gmail.com>
Tue, 19 Jun 2012 02:56:52 +0000 (19:56 -0700)
committerJon Stevens <latchkey@gmail.com>
Tue, 19 Jun 2012 02:56:52 +0000 (19:56 -0700)
docs/templates/pages/javascript.mustache

index bad7208890d8cd22d88af0bd7b685b468293df70..3e558c4f755e98865655d41de86e8ef1d04b8e60 100644 (file)
@@ -870,7 +870,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
   <h4>.popover('toggle')</h4>
   <p>{{_i}}Toggles an elements popover.{{/i}}</p>
   <pre class="prettyprint linenums">$('#element').popover('toggle')</pre>
-  <h4>.popover('popover')</h4>
+  <h4>.popover('destroy')</h4>
   <p>{{_i}}Destroys an element's popover.{{/i}}</p>
   <pre class="prettyprint linenums">$('#element').popover('destroy')</pre>
 </section>