diff options
| author | Chris Rebert <[email protected]> | 2014-06-26 12:15:20 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-26 12:21:45 -0700 |
| commit | 2f7d5fd26ba3bfa2bed3bfa5b348a77d66134178 (patch) | |
| tree | 0f0ca6cc9b606d3e5a18d8e6c00e2f032d6b46cc /docs | |
| parent | 0bc2edd191ba38946b79bd92a96d3adcd11d26c8 (diff) | |
| download | bootstrap-2f7d5fd26ba3bfa2bed3bfa5b348a77d66134178.tar.xz bootstrap-2f7d5fd26ba3bfa2bed3bfa5b348a77d66134178.zip | |
docs: minor correction to the focus-triggered popover demo explanation
Diffstat (limited to 'docs')
| -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> |
