diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 9020cef037..79503bedb4 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index aeb6aa12bd..486fb5bfcd 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -791,13 +791,13 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
Attaches a tooltip handler to an element collection.
Reveals an elements tooltip.
+Reveals an element's tooltip.
$('#element').tooltip('show')
Hides an elements tooltip.
+Hides an element's tooltip.
$('#element').tooltip('hide')
Toggles an elements tooltip.
+Toggles an element's tooltip.
$('#element').tooltip('toggle')
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 633c9781b7..7fd4c98d02 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -715,13 +715,13 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
{{_i}}Attaches a tooltip handler to an element collection.{{/i}}
{{_i}}Reveals an elements tooltip.{{/i}}
+{{_i}}Reveals an element's tooltip.{{/i}}
$('#element').tooltip('show')
{{_i}}Hides an elements tooltip.{{/i}}
+{{_i}}Hides an element's tooltip.{{/i}}
$('#element').tooltip('hide')
{{_i}}Toggles an elements tooltip.{{/i}}
+{{_i}}Toggles an element's tooltip.{{/i}}
$('#element').tooltip('toggle')