Fixed typo.

Changed 'applicaton' to 'application'.
This commit is contained in:
Amit Botzer 2020-04-09 14:02:21 +03:00 committed by GitHub
parent 7fead4bf3b
commit b88fe96fbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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