aboutsummaryrefslogtreecommitdiffstats
path: root/doc/queries.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-05 16:51:19 +0200
committerMichael Muré <batolettre@gmail.com>2019-04-05 16:51:19 +0200
commit4184beaf559ed01ba72107e48e1b6ddee30c75a0 (patch)
tree6af593280218d4be132bc04d86a02575945b9bff /doc/queries.md
parent5733178aba2487069caba57165cf15aca4689a9c (diff)
downloadgit-bug-4184beaf559ed01ba72107e48e1b6ddee30c75a0.tar.gz
doc: fix typos
Diffstat (limited to 'doc/queries.md')
-rw-r--r--doc/queries.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/queries.md b/doc/queries.md
index b93941d1..f95a1278 100644
--- a/doc/queries.md
+++ b/doc/queries.md
@@ -91,8 +91,8 @@ Note: to deal with differently-set clocks on distributed computers, `git-bug` us
| Qualifier | Example |
| --- | --- |
-| `sort:id-desc` | `sor:id-desc` will sort bugs by their descending Ids |
-| `sort:id` or `sort:id-asc` | `sor:id` will sort bugs by their ascending Ids |
+| `sort:id-desc` | `sort:id-desc` will sort bugs by their descending Ids |
+| `sort:id` or `sort:id-asc` | `sort:id` will sort bugs by their ascending Ids |
### Sort by Creation time
@@ -100,8 +100,8 @@ You can sort bugs by their creation time.
| Qualifier | Example |
| --- | --- |
-| `sort:creation` or `sort:creation-desc` | `sor:creation` will sort bugs by their descending creation time |
-| `sort:creation-asc` | `sor:creation-asc` will sort bugs by their ascending creation time |
+| `sort:creation` or `sort:creation-desc` | `sort:creation` will sort bugs by their descending creation time |
+| `sort:creation-asc` | `sort:creation-asc` will sort bugs by their ascending creation time |
### Sort by Edit time
@@ -109,5 +109,5 @@ You can sort bugs by their edit time.
| Qualifier | Example |
| --- | --- |
-| `sort:edit` or `sort:edit-desc` | `sor:edit` will sort bugs by their descending last edition time |
-| `sort:edit-asc` | `sor:edit-asc` will sort bugs by their ascending last edition time |
+| `sort:edit` or `sort:edit-desc` | `sort:edit` will sort bugs by their descending last edition time |
+| `sort:edit-asc` | `sort:edit-asc` will sort bugs by their ascending last edition time |