]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: minor correction to the focus-triggered popover demo explanation
authorChris Rebert <code@rebertia.com>
Thu, 26 Jun 2014 19:15:20 +0000 (12:15 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 26 Jun 2014 19:21:45 +0000 (12:21 -0700)
docs/_includes/js/popovers.html

index 03bea643a2df5ae232412d1a2eec63a8d2897424..3f5702b49a08bc4c41c7207a59e1d6e9455e6e71 100644 (file)
@@ -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>