From d361470487a171eb7e4647b761db62c6e181a8bf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 3 Oct 2014 16:26:53 -0700 Subject: [PATCH] tooltip unit tests: fix typo in test description --- js/tests/unit/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 78ea7a81b5..3eb3c7b85c 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 = $('')