diff options
| author | Chris Rebert <[email protected]> | 2014-06-26 12:25:05 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-26 12:25:05 -0700 |
| commit | ed8a64c5d827f404c6b5610c95ae625218be5a4b (patch) | |
| tree | f236fc09757cdd48578a39056148a65f990a6b8d /docs/_includes | |
| parent | 83d9165287eb7f64c0135b1c0eb79573bce5c209 (diff) | |
| parent | fde088751ab4fe87ea574c53afe1f9cada728a7d (diff) | |
| download | bootstrap-ed8a64c5d827f404c6b5610c95ae625218be5a4b.tar.xz bootstrap-ed8a64c5d827f404c6b5610c95ae625218be5a4b.zip | |
Merge pull request #13947 from twbs/fix-13937
Fix popover live demos in docs
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 03bea643a..3f5702b49 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -109,7 +109,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> {% endhighlight %} <h4>Dismiss on next click</h4> - <p>Use the <code>focus</code> trigger to dismiss popovers on their next click.</p> + <p>Use the <code>focus</code> trigger to dismiss popovers on the next click that the user makes.</p> <div class="bs-example" style="padding-bottom: 24px;"> <button type="button" class="btn btn-lg btn-danger bs-docs-popover-dismiss" data-toggle="popover" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</button> </div> |
