mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Fix typos in README.md: Change "it's" to "its" where appropriate
This commit is contained in:
parent
1e63ad8ed1
commit
4e18e0c2bf
1 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,7 @@ func main() {
|
||||||
|
|
||||||
## Using the Cobra Generator
|
## Using the Cobra Generator
|
||||||
|
|
||||||
Cobra provides it's own program that will create your application and add any
|
Cobra provides its own program that will create your application and add any
|
||||||
commands you want. It's the easiest way to incorporate Cobra into your application.
|
commands you want. It's the easiest way to incorporate Cobra into your application.
|
||||||
|
|
||||||
### cobra init
|
### cobra init
|
||||||
|
@ -326,7 +326,7 @@ var versionCmd = &cobra.Command{
|
||||||
### Attach command to its parent
|
### Attach command to its parent
|
||||||
|
|
||||||
|
|
||||||
If you notice in the above example we attach the command to it's parent. In
|
If you notice in the above example we attach the command to its parent. In
|
||||||
this case the parent is the rootCmd. In this example we are attaching it to the
|
this case the parent is the rootCmd. In this example we are attaching it to the
|
||||||
root, but commands can be attached at any level.
|
root, but commands can be attached at any level.
|
||||||
|
|
||||||
|
@ -853,7 +853,7 @@ Names in no particular order:
|
||||||
|
|
||||||
* [spf13](https://github.com/spf13),
|
* [spf13](https://github.com/spf13),
|
||||||
[eparis](https://github.com/eparis),
|
[eparis](https://github.com/eparis),
|
||||||
[bep](https://github.com/bep), ...
|
[bep](https://github.com/bep), and many more!
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue