We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345505d commit c22742bCopy full SHA for c22742b
es6/spellcheck.js
@@ -80,7 +80,7 @@ function checkWords(words, options) {
80
const mistakes = [];
81
for (let i = 0; i < words.length; i++) {
82
const wordInfo = words[i];
83
- if (!checkWord(wordInfo.word)) {
+ if (!checkWord(wordInfo.word, options)) {
84
mistakes.push(wordInfo);
85
}
86
0 commit comments