0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +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 8570d86d79
commit 144220f0c5

View File

@ -299,7 +299,7 @@ Options for individual popovers can alternatively be specified through the use o
#### 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 >}}myPopover.show(){{< /highlight >}}