diff --git a/tool/kratos/new.go b/tool/kratos/new.go index 8f9325f5d..ffaeb37ba 100644 --- a/tool/kratos/new.go +++ b/tool/kratos/new.go @@ -25,7 +25,7 @@ func runNew(ctx *cli.Context) error { pwd, _ := os.Getwd() p.Path = path.Join(pwd, p.Name) } - // creata a project + // Create a project if err := create(); err != nil { return err }