From: Patrick H. Lauke Date: Mon, 29 Jul 2019 08:23:44 +0000 (+0100) Subject: Minor: fix sentence (#29160) X-Git-Tag: v4.4.0~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af0786b10f44d7681f43eabbfeb65321b87014ae;p=thirdparty%2Fbootstrap.git Minor: fix sentence (#29160) "Popovers whose both title..." --- diff --git a/site/docs/4.3/components/popovers.md b/site/docs/4.3/components/popovers.md index 372fa69086..e48768c8c0 100644 --- a/site/docs/4.3/components/popovers.md +++ b/site/docs/4.3/components/popovers.md @@ -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 %}