1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-22 06:37:19 +00:00

Fix grammar in readme

This commit is contained in:
Alan Pearce 2014-05-27 19:52:47 +01:00 committed by spf13
parent 0330aef05c
commit 7ab4fd75e9

View file

@ -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)