Skip to content

Commit a8ddb74

Browse files
committed
Fix spelling error
1 parent e810046 commit a8ddb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ const Events = Module("events", {
11281128
}
11291129

11301130
if (liberator.mode == modes.INSERT || liberator.mode == modes.TEXTAREA) {
1131-
event.stropPropagation();
1131+
event.stopPropagation();
11321132
return;
11331133
}
11341134

0 commit comments

Comments
 (0)