mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Merge pull request #971 from kachick/fix-typo-in-allow-list
chore(dict): Fix a typo in allowed.csv
This commit is contained in:
commit
692ac86fb2
1 changed files with 1 additions and 1 deletions
2
crates/typos-dict/assets/allowed.csv
vendored
2
crates/typos-dict/assets/allowed.csv
vendored
|
@ -16,7 +16,7 @@ intensionally,adverb
|
||||||
unuseful,adjective
|
unuseful,adjective
|
||||||
contiguities,plural of contiguity
|
contiguities,plural of contiguity
|
||||||
bellow,valid word and not just a typo of `below`
|
bellow,valid word and not just a typo of `below`
|
||||||
revered,valid word and not just a typoe of `reversed`
|
revered,valid word and not just a typo of `reversed`
|
||||||
recuse,valid word despite maybe being a typo of recurse
|
recuse,valid word despite maybe being a typo of recurse
|
||||||
shttp,also a protocol
|
shttp,also a protocol
|
||||||
foldr,short for fold-right
|
foldr,short for fold-right
|
||||||
|
|
|
Loading…
Reference in a new issue