]> 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>
Wed, 31 Jul 2019 08:37:39 +0000 (11:37 +0300)
"Popovers whose both title..."

site/docs/4.3/components/popovers.md

index 372fa690864577405d83b069564418551d5c7037..e48768c8c0442ad330e6d79ac3b38a72bcafe3c9 100644 (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 %}