diff options
| author | Ryan Pavlik <[email protected]> | 2012-08-23 11:41:55 -0500 |
|---|---|---|
| committer | Ryan Pavlik <[email protected]> | 2012-08-23 11:41:55 -0500 |
| commit | 019d9bf0f3bf9dcb1e0e28f3f34ee09ef9cee011 (patch) | |
| tree | 528cafe479883d53df20ce808b3f251fd2cbd051 /js | |
| parent | 3424df22ee9dd9b93c0af6237debd4e19e2110a6 (diff) | |
| download | bootstrap-019d9bf0f3bf9dcb1e0e28f3f34ee09ef9cee011.tar.xz bootstrap-019d9bf0f3bf9dcb1e0e28f3f34ee09ef9cee011.zip | |
Fix typo found with codespell.
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/bootstrap-tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/bootstrap-tooltip.js b/js/tests/unit/bootstrap-tooltip.js index 2eb8c8f7c..9844d6460 100644 --- a/js/tests/unit/bootstrap-tooltip.js +++ b/js/tests/unit/bootstrap-tooltip.js @@ -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 }) |
