Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2019-07-29 11:23:44 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-31 11:37:39 +0300
commitaf0786b10f44d7681f43eabbfeb65321b87014ae (patch)
treea8c2b297d47fdde4b34ba9fa903c7b5fff23f9cd /site
parentd5266dc9957ecf3c4de76a6117b56296ccf7e1f9 (diff)
Minor: fix sentence (#29160)
"Popovers whose both title..."
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.3/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
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 %}