aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/spellchecker
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-07 16:20:23 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-07 16:20:23 +0200
commit3af6e7e6572c7654882294920e0e27c36eef02d2 (patch)
treebba75df9b3afc50d7b6b7033fb615c8474102925 /src/features/spellchecker
parentEnable proxy and spell checker (diff)
downloadferdium-app-3af6e7e6572c7654882294920e0e27c36eef02d2.tar.gz
ferdium-app-3af6e7e6572c7654882294920e0e27c36eef02d2.tar.zst
ferdium-app-3af6e7e6572c7654882294920e0e27c36eef02d2.zip
Fix lint
Diffstat (limited to 'src/features/spellchecker')
-rw-r--r--src/features/spellchecker/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/spellchecker/index.js b/src/features/spellchecker/index.js
index 1f425065f..8a685993f 100644
--- a/src/features/spellchecker/index.js
+++ b/src/features/spellchecker/index.js
@@ -8,7 +8,7 @@ export const config = observable({
8 isIncludedInCurrentPlan: DEFAULT_FEATURES_CONFIG.isSpellcheckerIncludedInCurrentPlan, 8 isIncludedInCurrentPlan: DEFAULT_FEATURES_CONFIG.isSpellcheckerIncludedInCurrentPlan,
9}); 9});
10 10
11export default function init(stores) { 11export default function init() {
12 debug('Initializing `spellchecker` feature'); 12 debug('Initializing `spellchecker` feature');
13 13
14 autorun(() => { 14 autorun(() => {