Commit 2f7d5fd2 authored by Chris Rebert's avatar Chris Rebert

docs: minor correction to the focus-triggered popover demo explanation

parent 0bc2edd1
...@@ -109,7 +109,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> ...@@ -109,7 +109,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
{% endhighlight %} {% endhighlight %}
<h4>Dismiss on next click</h4> <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;"> <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> <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> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment