1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

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

This commit is contained in:
zhifeng hu 2019-09-17 17:42:04 +08:00
parent 1a5b846cbc
commit ba4458003a

View File

@ -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
}