From 0cc7cc2c06021361b073b0907c0349c81f2f982f Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Fri, 20 Nov 2015 15:49:08 -0700 Subject: [PATCH] Fix typo in cobra/cmd/init.go --- cobra/cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/init.go b/cobra/cmd/init.go index 5348eeb6..72a70d23 100644 --- a/cobra/cmd/init.go +++ b/cobra/cmd/init.go @@ -209,7 +209,7 @@ func initConfig() { er(err) } - fmt.Println("Yor Cobra application is ready at") + fmt.Println("Your Cobra application is ready at") fmt.Println(ProjectPath()) fmt.Println("Give it a try by going there and running `go run main.go`") fmt.Println("Add commands to it by running `cobra add [cmdname]`")