diff options
author | Munyoki Kilyungi | 2024-08-29 19:01:02 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-08-29 19:01:02 +0300 |
commit | 80e2961a0be05d20f1b00b6bba3e52615252e0d9 (patch) | |
tree | f67c2b683c4dfa0ee344bf40ab1e04c52bdfbcea /issues | |
parent | 98d46b6651dfcee1bac22cd2c203b450d9dac249 (diff) | |
download | gn-gemtext-80e2961a0be05d20f1b00b6bba3e52615252e0d9.tar.gz |
Fix typo.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues')
-rw-r--r-- | issues/edit-rif-metadata.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/edit-rif-metadata.gmi b/issues/edit-rif-metadata.gmi index dc469de..22850cc 100644 --- a/issues/edit-rif-metadata.gmi +++ b/issues/edit-rif-metadata.gmi @@ -52,7 +52,7 @@ } ``` * [ ] UI: Add buttons that edit various relevant sections. -* [ ] UI: Edit page needs to fetch categories from GeneCategory tabl. When comment write fails, alert with error. When comment write success, update the comment on the page, and alert with success. +* [ ] UI: Edit page needs to fetch categories from GeneCategory table. When comment write fails, alert with error. When comment write success, update the comment on the page, and alert with success. * [ ] API: Modify edit comments by id to include RDF changes. * [ ] GN auth integration |