Skip to content

Commit

Permalink
fix: Require the correct spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed May 8, 2019
1 parent 77c642f commit ff740ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node-spellchecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ if (process.platform === 'win32') {
process.env['SPELLCHECKER_PREFER_HUNSPELL'] = 1;
}

module.exports = require('@nornagon/spellchecker');
module.exports = require('@felixrieseberg/spellchecker');

0 comments on commit ff740ce

Please sign in to comment.