diff options
author | Wes Turner <50891+westurner@users.noreply.github.com> | 2020-04-30 16:24:03 -0400 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-05-01 00:36:01 +0200 |
commit | 25d633d5b09a3dd72373b32be489aa374bf2cdd2 (patch) | |
tree | e0d913f4b3905229b55e9dd8a837bf25fcdf333a /doc/man/git-bug.1 | |
parent | 0434d9203a4accb8a805ed272b340a3a19d286b4 (diff) | |
download | git-bug-25d633d5b09a3dd72373b32be489aa374bf2cdd2.tar.gz |
DOC: commands/root.go: syntax
Diffstat (limited to 'doc/man/git-bug.1')
-rw-r--r-- | doc/man/git-bug.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |