aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-10-26 04:41:47 +0100
committerHeinrich Fenkart <[email protected]>2014-10-26 04:41:47 +0100
commit5da85f8e8b9341ffb0779b98eb7655f0bfab6f22 (patch)
tree9080d8d80d369ae33a4b054fa5f4b0be10ecc23e
parent2cbb1d937474cd928c9c06b613ee3857d936e91a (diff)
downloadbootstrap-5da85f8e8b9341ffb0779b98eb7655f0bfab6f22.tar.xz
bootstrap-5da85f8e8b9341ffb0779b98eb7655f0bfab6f22.zip
Follow-up to 9740d8b: fix small typo
-rw-r--r--js/tests/unit/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index 01c90a81c..70452df62 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -928,7 +928,7 @@ $(function () {
$tooltip.trigger('mouseenter')
})
- test('should hide tip after hide delay even if moused left before end of fade in', function () {
+ test('should hide tip after hide delay even if mouse left before end of fade in', function () {
stop()
var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip for test"/>')