Skip to content

Commit

Permalink
Merge pull request #47 from mfranzke/patch-1
Browse files Browse the repository at this point in the history
chore: typo
  • Loading branch information
keithamus authored Oct 8, 2024
2 parents 7cc52ea + 0e1abf8 commit 17f050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoker.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
class InvokeEvent extends Event {
constructor() {
throw new Error(
"InvokeEvent has been deprecated, it has been renamed to `ComamndEvent`",
"InvokeEvent has been deprecated, it has been renamed to `CommandEvent`",
);
}
}
Expand Down

0 comments on commit 17f050d

Please sign in to comment.