aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 300564385..98672d23e 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -306,7 +306,7 @@ Toggles an element's popover. **Returns to the caller before the popover has act
#### .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 %}