Corrected the function name at the start of doc strings, as per the convention outlined in official go documentation: https://go.dev/blog/godoc
`template` is an import in `cobra.go` file and also used as a variable name, which masks the library in the scope of that function.