Skip to content

Commit ccb3a19

Browse files
committed
Fixes typo
1 parent f280928 commit ccb3a19

File tree

1 file changed

+1
-1
lines changed
  • src/webviews/apps/shared

1 file changed

+1
-1
lines changed

src/webviews/apps/shared/dom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export namespace DOM {
2525
options?: boolean | AddEventListenerOptions,
2626
): Disposable;
2727
export function on<T extends HTMLElement, K>(
28-
elemtent: T,
28+
element: T,
2929
name: string,
3030
listener: (e: CustomEvent<K> & { target: HTMLElement | null }, target: T) => void,
3131
options?: boolean | AddEventListenerOptions,

0 commit comments

Comments
 (0)