From cf7575f33b55c04a96afb0aec49368fbbe287cd9 Mon Sep 17 00:00:00 2001 From: Kotuklion Date: Mon, 12 Jul 2021 18:24:45 +0200 Subject: fix minor typos --- src/pages/background/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/background') diff --git a/src/pages/background/background.js b/src/pages/background/background.js index 2060395c..0b039180 100644 --- a/src/pages/background/background.js +++ b/src/pages/background/background.js @@ -35,7 +35,7 @@ const simplyTranslateInstances = googleTranslateHelper.redirects; const simplyTranslateDefault = simplyTranslateInstances[0]; const googleTranslateDomains = googleTranslateHelper.targets; const wikipediaInstances = wikipediaHelper.redirects; -const wikipediaDefault = simplyTranslateInstances[0]; +const wikipediaDefault = wikipediaInstances[0]; const wikipediaRegex = wikipediaHelper.targets; let disableNitter; -- cgit 1.4.1