From: Chris Rebert Date: Fri, 21 Aug 2015 05:15:31 +0000 (-0700) Subject: Fix options link in Popover docs X-Git-Tag: v4.0.0-alpha.2~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d04e8fe60ef566dc4cd7f946078cfb303b1b22;p=thirdparty%2Fbootstrap.git Fix options link in Popover docs --- 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 %}