From: Thomas Shinnick Date: Sat, 24 Oct 2015 05:15:50 +0000 (-0500) Subject: Remove unnecessary .bd-popover class from docs X-Git-Tag: v4.0.0-alpha.2~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e544bf4cf8af64a2a45ab9338fc4af63ba3049e1;p=thirdparty%2Fbootstrap.git Remove unnecessary .bd-popover class from docs Also one spelling typo corrected. Closes #18043 --- diff --git a/docs/components/popovers.md b/docs/components/popovers.md index e04b3acec9..9621bb7d80 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -93,7 +93,7 @@ Four options are available: top, right, bottom, and left aligned. ## Live demo {% example html %} - + {% endexample %} ### Four directions @@ -145,7 +145,7 @@ For proper cross-browser and cross-platform behavior, you must use the `` tag {% endcallout %} {% example html %} -Dismissible popover +Dismissible popover {% endexample %} {% highlight js %} @@ -306,7 +306,7 @@ Toggles an element's popover. **Returns to the caller before the popover has act #### `.popover('dispose')` -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. +Hides and destroys an element's popover. Popovers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements. {% highlight js %}$('#element').popover('dispose'){% endhighlight %}