Commit d3d04e8f authored by Chris Rebert's avatar Chris Rebert

Fix options link in Popover docs

parent d29c34c2
...@@ -306,7 +306,7 @@ Toggles an element's popover. **Returns to the caller before the popover has act ...@@ -306,7 +306,7 @@ Toggles an element's popover. **Returns to the caller before the popover has act
#### .popover('destroy') #### .popover('destroy')
Hides and destroys an element's popover. Popvoers that use delegation (which are created using [the `selector` option](#popovers-options)) cannot be individually destroyed on descendant trigger elements. Hides and destroys an element's popover. Popvoers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
{% highlight js %}$('#element').popover('destroy'){% endhighlight %} {% highlight js %}$('#element').popover('destroy'){% endhighlight %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment