Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Expose the internal dictionary path via getDictionaryPath().
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoonfire committed Sep 13, 2017
1 parent d005df1 commit 6832934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spellchecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ module.exports = {
checkSpellingAsync: checkSpellingAsync,
getAvailableDictionaries: getAvailableDictionaries,
getCorrectionsForMisspelling: getCorrectionsForMisspelling,
getDictionaryPath: getDictionaryPath,
Spellchecker: Spellchecker
};

0 comments on commit 6832934

Please sign in to comment.