]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tooltip unit tests: fix typo in test description
authorChris Rebert <github@rebertia.com>
Fri, 3 Oct 2014 23:26:53 +0000 (16:26 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 3 Oct 2014 23:26:53 +0000 (16:26 -0700)
js/tests/unit/tooltip.js

index 78ea7a81b5c40e8f51895c0a0edf077f9a734fee..3eb3c7b85c1b52a1a51417489cb828150cb16e1b 100644 (file)
@@ -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"/>')