Skip to content

Commit 1857f42

Browse files
authored
Fix typo (#780)
1 parent 676c456 commit 1857f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function testEvents(options) {
8484
});
8585
});
8686

87-
it('shuold detect click event', function(done) {
87+
it('should detect click event', function(done) {
8888
const clickSpy = jasmine.createSpy('click');
8989

9090
targetOptions.click = clickSpy;

0 commit comments

Comments
 (0)