aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-05-01 00:36:13 +0200
committerMichael Muré <batolettre@gmail.com>2020-05-01 00:36:13 +0200
commite49b15db3a05cbd839785a299a3f3cc212922529 (patch)
tree0124ab949a6cfdea95e306966018261382c4788c
parentfb31f80120457bba76dc336a68ceae2efb7b8579 (diff)
parent25d633d5b09a3dd72373b32be489aa374bf2cdd2 (diff)
downloadgit-bug-e49b15db3a05cbd839785a299a3f3cc212922529.tar.gz
Merge branch 'patch-1'
-rw-r--r--commands/root.go2
-rw-r--r--doc/man/git-bug.12
-rw-r--r--doc/md/git-bug.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/commands/root.go b/commands/root.go
index 1a424d32..92d32a5a 100644
--- a/commands/root.go
+++ b/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.
`,
diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1
index 6dba279e..b9e5d758 100644
--- a/doc/man/git-bug.1
+++ b/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
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md
index 5f57f838..5a736f34 100644
--- a/doc/md/git-bug.md
+++ b/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.