forked from mirror/cobra
Fix grammar in readme
This commit is contained in:
parent
0330aef05c
commit
7ab4fd75e9
|
@ -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.
|
In this example we are attaching it to the root, but commands can be attached at any level.
|
||||||
|
|
||||||
HugoCmd.AddCommand(versionCmd)
|
HugoCmd.AddCommand(versionCmd)
|
||||||
|
|
Loading…
Reference in New Issue