mirror of
https://github.com/spf13/cobra
synced 2025-05-07 13:57:21 +00:00
Fixed typo.
Changed 'applicaton' to 'application'.
This commit is contained in:
parent
7fead4bf3b
commit
b88fe96fbf
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Init will not use an existing directory with contents.`,
|
|||
er(err)
|
||||
}
|
||||
|
||||
fmt.Printf("Your Cobra applicaton is ready at\n%s\n", project.AbsolutePath)
|
||||
fmt.Printf("Your Cobra application is ready at\n%s\n", project.AbsolutePath)
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue