diff --git a/examples/usermsgcommands/commands/info.go b/examples/usermsgcommands/commands/info.go index 2962883..1530ec1 100644 --- a/examples/usermsgcommands/commands/info.go +++ b/examples/usermsgcommands/commands/info.go @@ -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) {