Merge branch 'patch-1'

Michael Muré created

Change summary

commands/root.go  | 2 +-
doc/man/git-bug.1 | 2 +-
doc/md/git-bug.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

commands/root.go 🔗

@@ -25,7 +25,7 @@ var RootCmd = &cobra.Command{
 
 git-bug use git objects to store the bug tracking separated from the files
 history. As bugs are regular git objects, they can be pushed and pulled from/to
-the same git remote your are already using to collaborate with other peoples.
+the same git remote you are already using to collaborate with other people.
 
 `,
 

doc/man/git-bug.1 🔗

@@ -19,7 +19,7 @@ git\-bug is a bug tracker embedded in git.
 .PP
 git\-bug use git objects to store the bug tracking separated from the files
 history. As bugs are regular git objects, they can be pushed and pulled from/to
-the same git remote your are already using to collaborate with other peoples.
+the same git remote you are already using to collaborate with other people.
 
 
 .SH OPTIONS

doc/md/git-bug.md 🔗

@@ -8,7 +8,7 @@ git-bug is a bug tracker embedded in git.
 
 git-bug use git objects to store the bug tracking separated from the files
 history. As bugs are regular git objects, they can be pushed and pulled from/to
-the same git remote your are already using to collaborate with other peoples.
+the same git remote you are already using to collaborate with other people.