From 4b5330774bf0de33d94818b58044e3d5da9897fe Mon Sep 17 00:00:00 2001
From: Arthur Lauck Vilas Boas
<95368212+arthurlvilasboas@users.noreply.github.com>
Date: Tue, 13 Dec 2022 14:18:38 -0300
Subject: [PATCH] typo correction
---
src/event-map.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/event-map.js b/src/event-map.js
index f638d490..c2bcfaf3 100644
--- a/src/event-map.js
+++ b/src/event-map.js
@@ -277,7 +277,7 @@ export const eventMap = {
// Events
load: {
// TODO: load events can be UIEvent or Event depending on what generated them
- // This is were this abstraction breaks down.
+ // This is where this abstraction breaks down.
// But the common targets are
, and window.
// Neither of these targets receive a UIEvent
EventType: 'Event',