aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2022-12-14 19:03:56 +0000
committerGitHub <noreply@github.com>2022-12-14 19:03:56 +0000
commit8537869a5837e5b23c8c49b6a6fc788e8ca11337 (patch)
tree8776f2a3d19b962df29522a9f737ac4cae5fa0b5 /doc
parent19b4bf1688ef7f19355012724ad25082e2a44d4e (diff)
downloadgit-bug-8537869a5837e5b23c8c49b6a6fc788e8ca11337.tar.gz
doc/README: normalize verb tense and fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.md b/doc/README.md
index cf9fd845..e172ffd6 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -2,14 +2,14 @@
## For users
-- [data model](model.md) describe how the data model works and why.
-- [query language](queries.md) describe git-bug's query language.
+- [data model](model.md) describes how the data model works and why.
+- [query language](queries.md) describes git-bug's query language.
- [How-to: Read and edit offline your Github/Gitlab/Jira issues with git-bug](howto-github.md)
## For developers
-- :exclamation: [data model](model.md) describe how the data model works and why.
+- :exclamation: [data model](model.md) describes how the data model works and why.
- :exclamation: [internal bird-view](architecture.md) gives an overview of the project architecture.
-- :exclamation: [Entity/DAG](../entity/dag/example_test.go) explain how to easily make your own distributed entity in git.
-- [query language](queries.md) describe git-bug's query language.
-- [JIRA bridge de v notes](jira_bridge.md) \ No newline at end of file
+- :exclamation: [Entity/DAG](../entity/dag/example_test.go) explains how to easily make your own distributed entity in git.
+- [query language](queries.md) describes git-bug's query language.
+- [JIRA bridge dev notes](jira_bridge.md)