Typo fix: fix creata with create, uppercase first word.

pull/339/head
zhifeng hu 5 years ago
parent 1a5b846cbc
commit ba4458003a
  1. 2
      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
}

Loading…
Cancel
Save