diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-23 10:38:55 -0500 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-23 10:38:55 -0500 |
commit | 1af335f9132ed441d0ee89af5e494bba9a401377 (patch) | |
tree | b40f6c98e561a269fa0aa1c1ce469dc9cebb9257 /doc | |
parent | b0ea26df494b9a66d4c860300b72ac2eb526db8f (diff) | |
download | git-bug-1af335f9132ed441d0ee89af5e494bba9a401377.tar.gz |
[DATALAD RUNCMD] Run codespell -w
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
Diffstat (limited to 'doc')
-rw-r--r-- | doc/howto-github.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howto-github.md b/doc/howto-github.md index ba3e380c..47d93434 100644 --- a/doc/howto-github.md +++ b/doc/howto-github.md @@ -72,7 +72,7 @@ For a richer and more user friendly UI, `git-bug` proposes a web UI (read-only a ## Want more? -If you interested to read more about `git-bug`, have a look at the followings: +If you interested to read more about `git-bug`, have a look at the following: - [the project itself, with a more complete readme](https://github.com/MichaelMure/git-bug) - [a bird view of the internals](https://github.com/MichaelMure/git-bug/blob/master/doc/architecture.md) - [a description of the data model](https://github.com/MichaelMure/git-bug/blob/master/doc/model.md) |