0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix typo found with codespell.

This commit is contained in:
Ryan Pavlik 2012-08-23 11:41:55 -05:00
parent 3424df22ee
commit 019d9bf0f3

View File

@ -113,7 +113,7 @@ $(function () {
}, 50)
})
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 () {
var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
.appendTo('#qunit-fixture')
.tooltip({ delay: 150 })