aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2019-07-29 09:23:44 +0100
committerXhmikosR <[email protected]>2019-07-29 11:23:44 +0300
commit144220f0c5777e07fb1832324d52a590bec363e2 (patch)
tree268a0ba408d716174132e36bbcac21b1e49eb0cb
parent8570d86d79365f038997f966e92233491856e20e (diff)
downloadbootstrap-144220f0c5777e07fb1832324d52a590bec363e2.tar.xz
bootstrap-144220f0c5777e07fb1832324d52a590bec363e2.zip
Minor: fix sentence (#29160)
"Popovers whose both title..."
-rw-r--r--site/content/docs/4.3/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/components/popovers.md b/site/content/docs/4.3/components/popovers.md
index 77f449069..aa2f11883 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 >}}