aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-03 16:26:53 -0700
committerChris Rebert <[email protected]>2014-10-03 16:26:53 -0700
commitd361470487a171eb7e4647b761db62c6e181a8bf (patch)
treefb929f7fb0f0317d1ece480b55f8a7de4a67a9c0
parent44894a40e58c9ac14f8f9be1331b1dbf57056edd (diff)
downloadbootstrap-d361470487a171eb7e4647b761db62c6e181a8bf.tar.xz
bootstrap-d361470487a171eb7e4647b761db62c6e181a8bf.zip
tooltip unit tests: fix typo in test description
-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 78ea7a81b..3eb3c7b85 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -659,7 +659,7 @@ $(function () {
}, 0)
})
- test('should show tooltip if leave event hasn\'t occured before delay expires', function () {
+ test('should show tooltip if leave event hasn\'t occurred before delay expires', function () {
stop()
var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"/>')