aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/spellchecker.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/spellchecker.js')
-rw-r--r--src/webview/spellchecker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/spellchecker.js b/src/webview/spellchecker.js
index e7ef102e9..d7c917326 100644
--- a/src/webview/spellchecker.js
+++ b/src/webview/spellchecker.js
@@ -4,7 +4,7 @@ import {
4import { SPELLCHECKER_LOCALES } from '../i18n/languages'; 4import { SPELLCHECKER_LOCALES } from '../i18n/languages';
5import { isMac } from '../environment'; 5import { isMac } from '../environment';
6 6
7const debug = require('debug')('Franz:spellchecker'); 7const debug = require('debug')('Ferdi:spellchecker');
8 8
9const webContents = remote.getCurrentWebContents(); 9const webContents = remote.getCurrentWebContents();
10const [defaultLocale] = webContents.session.getSpellCheckerLanguages(); 10const [defaultLocale] = webContents.session.getSpellCheckerLanguages();