aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorkostyatretyak <[email protected]>2013-12-06 02:28:42 +0200
committerkostyatretyak <[email protected]>2013-12-06 02:28:42 +0200
commitdde53a56e0a5b1e9a8c66dcccf904fd422fe5b91 (patch)
treea6d740af754d4ad0f150de1c53cbf1abe976ff4c /javascript.html
parent4ec13704d27a0138a90a59e766ce72702c5491c0 (diff)
downloadbootstrap-dde53a56e0a5b1e9a8c66dcccf904fd422fe5b91.tar.xz
bootstrap-dde53a56e0a5b1e9a8c66dcccf904fd422fe5b91.zip
This is error?
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html
index 9557ca623..f0d50fcdd 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1123,7 +1123,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
<td>animation</td>
<td>boolean</td>
<td>true</td>
- <td>apply a CSS fade transition to the tooltip</td>
+ <td>apply a CSS fade transition to the popover</td>
</tr>
<tr>
<td>html</td>
@@ -1141,7 +1141,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
<td>selector</td>
<td>string</td>
<td>false</td>
- <td>if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/fScua/">an informative example</a>.</td>
+ <td>if a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/fScua/">an informative example</a>.</td>
</tr>
<tr>
<td>trigger</td>