mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
docs(contrib): Link words.csv and prefer a relative link
This commit is contained in:
parent
2f6b2d065e
commit
5b537a0662
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ to be done in bulk in an attempt to lower the barrier for improving the dictiona
|
|||
|
||||
Otherwise, to add to the dictionary:
|
||||
|
||||
1. Add your typo to our data file `crates/typos-dict/assets/words.csv`
|
||||
1. Add your typo to our data file [crates/typos-dict/assets/words.csv](crates/typos-dict/assets/words.csv)
|
||||
|
||||
Format: `typo,correction[,correction...]`
|
||||
|
||||
|
@ -99,4 +99,4 @@ When we're ready to release, a project owner should do the following
|
|||
[issues]: https://github.com/crate-ci/typos/issues
|
||||
[new issue]: https://github.com/crate-ci/typos/issues/new
|
||||
[all issues]: https://github.com/crate-ci/typos/issues?utf8=%E2%9C%93&q=is%3Aissue
|
||||
[CI]: https://github.com/crate-ci/typos/tree/master/.github/workflows
|
||||
[CI]: ./.github/workflows/
|
||||
|
|
Loading…
Reference in a new issue