We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36c521 commit 6f9c1d2Copy full SHA for 6f9c1d2
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