diff options
| author | Chris Rebert <[email protected]> | 2015-08-20 22:15:31 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-20 22:15:31 -0700 |
| commit | d3d04e8fe60ef566dc4cd7f946078cfb303b1b22 (patch) | |
| tree | 29177ed232d18de2715ecbff1df6998dd70ec35b /docs | |
| parent | d29c34c2f668b2471d11d1de681deec81d9dbfde (diff) | |
| download | bootstrap-d3d04e8fe60ef566dc4cd7f946078cfb303b1b22.tar.xz bootstrap-d3d04e8fe60ef566dc4cd7f946078cfb303b1b22.zip | |
Fix options link in Popover docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/popovers.md | 2 |
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 %} |
