mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
Fix typo in docstring
This commit is contained in:
parent
6e91dded25
commit
42fd3c74d6
1 changed files with 1 additions and 1 deletions
2
cobra.go
2
cobra.go
|
@ -51,7 +51,7 @@ func AddTemplateFunc(name string, tmplFunc interface{}) {
|
|||
templateFuncs[name] = tmplFunc
|
||||
}
|
||||
|
||||
// AddTemplateFuncs adds multiple template functions availalble to Usage and
|
||||
// AddTemplateFuncs adds multiple template functions that are available to Usage and
|
||||
// Help template generation.
|
||||
func AddTemplateFuncs(tmplFuncs template.FuncMap) {
|
||||
for k, v := range tmplFuncs {
|
||||
|
|
Loading…
Add table
Reference in a new issue