Skip to content

Commit 4107e33

Browse files
typo correction (#1194)
1 parent edffb7c commit 4107e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export const eventMap = {
277277
// Events
278278
load: {
279279
// TODO: load events can be UIEvent or Event depending on what generated them
280-
// This is were this abstraction breaks down.
280+
// This is where this abstraction breaks down.
281281
// But the common targets are <img />, <script /> and window.
282282
// Neither of these targets receive a UIEvent
283283
EventType: 'Event',

0 commit comments

Comments
 (0)