0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Minor: fix sentence (#29160)

"Popovers whose both title..."
This commit is contained in:
Patrick H. Lauke 2019-07-29 09:23:44 +01:00 committed by XhmikosR
parent d5266dc995
commit af0786b10f

View File

@ -304,7 +304,7 @@ Initializes popovers for an element collection.
#### `.popover('show')`
Reveals an element's popover. **Returns to the caller before the popover has actually been shown** (i.e. before the `shown.bs.popover` event occurs). This is considered a "manual" triggering of the popover. Popovers whose both title and content are zero-length are never displayed.
Reveals an element's popover. **Returns to the caller before the popover has actually been shown** (i.e. before the `shown.bs.popover` event occurs). This is considered a "manual" triggering of the popover. Popovers whose title and content are both zero-length are never displayed.
{% highlight js %}$('#element').popover('show'){% endhighlight %}