Skip to content

Commit bf33eb6

Browse files
committed
Fix word wrapping, mention dictionary.txt is also in the ci dir
1 parent 070c491 commit bf33eb6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ before we merge any in, but feel free to start!
8686
## Spellchecking
8787

8888
To scan source files for spelling errors, you can use the `spellcheck.sh`
89-
script available in the `ci` directory. It needs a dictionary of valid words, which is provided in
90-
`dictionary.txt`. If the script produces a false positive (say, you used word
91-
`BTreeMap` which the script considers invalid), you need to add this word to
92-
`dictionary.txt` (keep the sorted order for consistency).
89+
script available in the `ci` directory. It needs a dictionary of valid words,
90+
which is provided in `ci/dictionary.txt`. If the script produces a false
91+
positive (say, you used word `BTreeMap` which the script considers invalid),
92+
you need to add this word to `ci/dictionary.txt` (keep the sorted order for
93+
consistency).

0 commit comments

Comments
 (0)