docs: fix some typos

This commit is contained in:
Zetok Zalbavar 2018-08-17 18:44:38 +01:00
parent c974cc022d
commit 73bd0f4a4e
No known key found for this signature in database
GPG Key ID: C953D3880212068A
2 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@
Would it be nice to not have to rely on a web service somewhere to deal with bugs ?
Would it be nice to be able to browse and edit bug report offline ?
Would it be nice to be able to browse and edit bug reports offline?
`git-bug` is a distributed bug tracker embedded in `git`. It use git's internal storage so **no files are added in your project**.
`git-bug` is a distributed bug tracker embedded in `git`. It uses git's internal storage so **no files are added in your project**.
As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples.
As you would do with commits and branches, you can push your bugs to the same git remote you are already using to collaborate with other people.
:construction: This is for now a proof of concept. Expect dragons and unfinished business. :construction:

View File

@ -1,6 +1,6 @@
# Data model
The biggest problem when creating a distributed bug tracker is that there is no central authoritative server (doh!). This imply some constraint.
The biggest problem when creating a distributed bug tracker is that there is no central authoritative server (doh!). This implies some constraints.
## Anybody can create and edit bugs at the same time as you