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