Skip to content

Commit

Permalink
docs(container): fix incorrect function name in tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 8, 2024
1 parent 1576614 commit d58e5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/shared/Container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface Container {
*
* // In any piece, core, plugin, or custom:
* export class UserCommand extends Command {
* public run(message, args) {
* public messageRun(message, args) {
* // The injected version is available here:
* const { version } = this.container;
*
Expand Down

0 comments on commit d58e5d5

Please sign in to comment.