Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Aug 23, 2024
1 parent 5241c82 commit 636ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/injected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default (communicator?: {
onInjectedMessage: (message: FromInjected) => unknown;
addEventListener: (
eventName: string,
listenter: () => unknown,
listener: () => unknown,
_?: true
) => unknown;
}): void => {
Expand Down

0 comments on commit 636ac1f

Please sign in to comment.