From 4e18e0c2bfa6cfef6efac56e24efbe7ef6110da5 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Fri, 20 Nov 2015 15:31:48 -0700 Subject: [PATCH] Fix typos in README.md: Change "it's" to "its" where appropriate --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a965d00f..09dfb6fb 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ func main() { ## 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. ### cobra init @@ -326,7 +326,7 @@ var versionCmd = &cobra.Command{ ### 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 root, but commands can be attached at any level. @@ -853,7 +853,7 @@ Names in no particular order: * [spf13](https://github.com/spf13), [eparis](https://github.com/eparis), -[bep](https://github.com/bep), ... +[bep](https://github.com/bep), and many more! ## License