We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eb2010 + 6f9c1d2 commit 2640b41Copy full SHA for 2640b41
cmd/init_project.go
@@ -103,7 +103,7 @@ func (o *projectOptions) runInit() {
103
}
104
105
if util.ProjectExist() {
106
- fmt.Println("Failed to initialize project bacause project is already initialized")
+ fmt.Println("Failed to initialize project because project is already initialized")
107
return
108
109
// project and boilerplate must come before main so the boilerplate exists
0 commit comments