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

Commit

Permalink
Merge pull request #83 from dmoonfire/expose-dictionary-path
Browse files Browse the repository at this point in the history
Expose the internal dictionary path via getDictionaryPath().
  • Loading branch information
damieng authored Oct 10, 2017
2 parents d005df1 + 6832934 commit 25b517e
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 25b517e

Please sign in to comment.