diff options
| author | Chris Rebert <[email protected]> | 2014-10-03 16:26:53 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-03 16:26:53 -0700 |
| commit | d361470487a171eb7e4647b761db62c6e181a8bf (patch) | |
| tree | fb929f7fb0f0317d1ece480b55f8a7de4a67a9c0 | |
| parent | 44894a40e58c9ac14f8f9be1331b1dbf57056edd (diff) | |
| download | bootstrap-d361470487a171eb7e4647b761db62c6e181a8bf.tar.xz bootstrap-d361470487a171eb7e4647b761db62c6e181a8bf.zip | |
tooltip unit tests: fix typo in test description
| -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 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"/>') |
