]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix options link in Popover docs
authorChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:15:31 +0000 (22:15 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:15:31 +0000 (22:15 -0700)
docs/components/popovers.md

index 300564385fc48e8bbd541d1340701372485f3990..98672d23e9bb6f6465112e923ec502a671839098 100644 (file)
@@ -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 %}