Skip to content

Commit

Permalink
doc: fix spelling error in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwondercorn committed Sep 3, 2020
1 parent cc4fb60 commit 9dd5faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See the Hunspell [man pages](https://www.systutorials.com/docs/linux/man/4-hunsp
When making updates to `index.dic`:

* _All new custom words must be added to the file before the word "`0/nm`"._
* The first line of the file is the number of words in the file. It doesn't need to be exact but it should be close. Most ides have line numbers making it easy to count the words
* The first line of the file is the number of words in the file. It doesn't need to be exact but it should be close. Most IDE's have line numbers making it easy to count the words
* Find and remove any duplicate words using the command (macOS/Linux) ```rev index.dic | cut -f1 -d/ | rev | sort | uniq -d```

You can ignore the seemingly nonsense words at the beginning of the list. The `real` duplicates will be at the end of the list.
Expand Down

0 comments on commit 9dd5faa

Please sign in to comment.