0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

tooltip unit tests: fix typo in test description

This commit is contained in:
Chris Rebert 2014-10-03 16:26:53 -07:00
parent 44894a40e5
commit d361470487

View File

@ -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"/>')