Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Oct 8, 2024
1 parent 7cc52ea commit 0e1abf8
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 0e1abf8

Please sign in to comment.