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',