Skip to content

Commit

Permalink
Fixed typo. (#1087)
Browse files Browse the repository at this point in the history
Changed 'applicaton' to 'application'.
  • Loading branch information
BigB00st committed Apr 10, 2020
1 parent a684a6d commit 8c638d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
}
)
Expand Down

0 comments on commit 8c638d3

Please sign in to comment.