We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a918a commit 67646a4Copy full SHA for 67646a4
packages/common/src/internal/dispatch.ts
@@ -8,7 +8,7 @@ export function dispatch<T extends any = any>(
8
throw new Error('Event not defined.');
9
}
10
if (!element) {
11
- throw new Error('Tried to dipatch event without element.');
+ throw new Error('Tried to dispatch event without element.');
12
13
const event: CustomEvent<T> = new CustomEvent(eventType, {
14
...eventInit,
0 commit comments