Fix minor typo (#579)

This commit is contained in:
Tyler Butler 2017-11-16 21:24:59 -08:00 committed by Eric Paris
parent 2da4a54c5c
commit d6948b782c

View file

@ -518,7 +518,7 @@ around it. In fact, you can provide your own if you want.
### Defining your own help
You can provide your own Help command or your own template for the default command to use
with followind functions:
with following functions:
```go
cmd.SetHelpCommand(cmd *Command)