aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-01 13:28:54 -0700
committerMark Otto <[email protected]>2012-10-01 13:28:54 -0700
commitfd1e9b1498f3bae87025839bf44865d937795cc7 (patch)
tree7971e6e056cd61a8f67ac0a73dd159c9e17f7145 /docs/javascript.html
parentf8ac403d8b9fde348fe333903a62d644ce795826 (diff)
downloadbootstrap-fd1e9b1498f3bae87025839bf44865d937795cc7.tar.xz
bootstrap-fd1e9b1498f3bae87025839bf44865d937795cc7.zip
fix copy on modal popover button doodad
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index f13668877..c61c0bc4f 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -224,7 +224,7 @@ $('#myModal').on('show', function (e) {
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem.</p>
<h4>Popover in a modal</h4>
- <p>This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on hover.</p>
+ <p>This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on click.</p>
<h4>Tooltips in a modal</h4>
<p><a href="#" class="tooltip-test" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" title="Tooltip">that link</a> should have tooltips on hover.</p>