Skip to content

Commit

Permalink
Update info.go
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
NMBND authored Feb 3, 2022
1 parent 7d2b21f commit 16a22e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/usermsgcommands/commands/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (c *InfoUserCommand) Name() string {
}

func (c *InfoUserCommand) Description() string {
return "Dispaly user information."
return "Display user information."
}

func (c *InfoUserCommand) Run(ctx *ken.Ctx) (err error) {
Expand Down

0 comments on commit 16a22e8

Please sign in to comment.