diff --git a/commands/root.go b/commands/root.go index 1a424d32c9c6ba17e1719245e7ef6863c8d94f51..92d32a5ae2795641da42c158f5c503d17ae9a46d 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 6dba279e0ef97fb0bd0ec26662a0f4195fa3c5f7..b9e5d758f553f366f95e356fcc297aa96b65f6f1 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 5f57f838be789804ec411c81b1a5d6b0abf73d5b..5a736f34bee0ff992307b527aa6383a1a25edd3f 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.