From d3d04e8fe60ef566dc4cd7f946078cfb303b1b22 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 20 Aug 2015 22:15:31 -0700 Subject: [PATCH] Fix options link in Popover docs --- docs/components/popovers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 300564385f..98672d23e9 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 %} -- 2.47.2