From 42c935f946e8225f6c910205717110bf1f69a107 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 25 Apr 2022 13:17:39 +0200 Subject: [PATCH] docs: Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4456277..46dc6de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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...]`