diff options
| author | Heinrich Fenkart <[email protected]> | 2014-10-26 04:41:47 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-10-26 04:41:47 +0100 |
| commit | 5da85f8e8b9341ffb0779b98eb7655f0bfab6f22 (patch) | |
| tree | 9080d8d80d369ae33a4b054fa5f4b0be10ecc23e /js/tests | |
| parent | 2cbb1d937474cd928c9c06b613ee3857d936e91a (diff) | |
| download | bootstrap-5da85f8e8b9341ffb0779b98eb7655f0bfab6f22.tar.xz bootstrap-5da85f8e8b9341ffb0779b98eb7655f0bfab6f22.zip | |
Follow-up to 9740d8b: fix small typo
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/unit/tooltip.js | 2 |
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"/>') |
