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

Commit 25b517e

Browse files
authored
Merge pull request #83 from dmoonfire/expose-dictionary-path
Expose the internal dictionary path via getDictionaryPath().
2 parents d005df1 + 6832934 commit 25b517e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/spellchecker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,6 @@ module.exports = {
101101
checkSpellingAsync: checkSpellingAsync,
102102
getAvailableDictionaries: getAvailableDictionaries,
103103
getCorrectionsForMisspelling: getCorrectionsForMisspelling,
104+
getDictionaryPath: getDictionaryPath,
104105
Spellchecker: Spellchecker
105106
};

0 commit comments

Comments
 (0)