Fix typo in cobra/cmd/init.go
This commit is contained in:
		@ -209,7 +209,7 @@ func initConfig() {
 | 
				
			|||||||
		er(err)
 | 
							er(err)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	fmt.Println("Yor Cobra application is ready at")
 | 
						fmt.Println("Your Cobra application is ready at")
 | 
				
			||||||
	fmt.Println(ProjectPath())
 | 
						fmt.Println(ProjectPath())
 | 
				
			||||||
	fmt.Println("Give it a try by going there and running `go run main.go`")
 | 
						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]`")
 | 
						fmt.Println("Add commands to it by running `cobra add [cmdname]`")
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user