Closed io-monad closed 8 years ago
Hi,
I've just found spellCheckText on the word "javascript" emits the same message twice.
spellCheckText
"javascript"
> require("spellcheck-technical-word").spellCheckText("javascript") [ { actual: 'javascript', expected: 'JavaScript', paddingIndex: 0, paddingLine: 0, paddingColumn: 0 }, { actual: 'javascript', expected: 'JavaScript', paddingIndex: 0, paddingLine: 0, paddingColumn: 0 } ]
(Tested by spellcheck-technical-word@2.0.0)
spellcheck-technical-word@2.0.0
So textlint-rule-spellcheck-tech-word has the same issue as this.
textlint-rule-spellcheck-tech-word
Wow, thanks for quick fix!
This repository apply semantic-release. Automatically publish to npm :soon:
Hi,
I've just found
spellCheckText
on the word"javascript"
emits the same message twice.(Tested by
spellcheck-technical-word@2.0.0
)So
textlint-rule-spellcheck-tech-word
has the same issue as this.