docs: Fix typo in CONTRIBUTING.md

This commit is contained in:
Jonas Platte 2022-04-25 13:17:39 +02:00 committed by Ed Page
parent bbdb5863e2
commit 42c935f946

View file

@ -31,7 +31,7 @@ to re-work some of it and the discouragement that goes along with that.
`typos` dictionary is a mapping of typos to a list of possible corrections (see [Design](docs/design.md)). To add to the dictionary:
1. Add your type to our data file `crates/typos-dict/assets/words.csv`
1. Add your typo to our data file `crates/typos-dict/assets/words.csv`
Format: `typo,correction[,correction...]`