mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
Fix grammar in readme
This commit is contained in:
parent
0330aef05c
commit
ac777538f0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Additional commands can be defined.
|
|||
},
|
||||
}
|
||||
|
||||
### Attach command to it's parent
|
||||
### Attach command to its parent
|
||||
In this example we are attaching it to the root, but commands can be attached at any level.
|
||||
|
||||
HugoCmd.AddCommand(versionCmd)
|
||||
|
|
Loading…
Reference in a new issue