diff --git a/test/events.js b/test/events.js index 9cd7d9924..61c10e33c 100644 --- a/test/events.js +++ b/test/events.js @@ -84,7 +84,7 @@ export function testEvents(options) { }); }); - it('shuold detect click event', function(done) { + it('should detect click event', function(done) { const clickSpy = jasmine.createSpy('click'); targetOptions.click = clickSpy;