Fixed typo. (#1087)

Changed 'applicaton' to 'application'.
This commit is contained in:
Amit Botzer 2020-04-11 00:30:10 +03:00 committed by GitHub
parent a684a6d7f5
commit 8c638d3f90
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)
},
}
)