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

Commit 6832934

Browse files
committed
Expose the internal dictionary path via getDictionaryPath().
1 parent d005df1 commit 6832934

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)