]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Minor: fix sentence (#29160)
authorPatrick H. Lauke <redux@splintered.co.uk>
Mon, 29 Jul 2019 08:23:44 +0000 (09:23 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 29 Jul 2019 08:23:44 +0000 (11:23 +0300)
"Popovers whose both title..."

site/content/docs/4.3/components/popovers.md

index 77f449069bd419b5a6f3a62bb78045948e5cc2f5..aa2f11883bd8ea24904c19516ffaa3453036d83e 100644 (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 >}}