about summary refs log tree commit diff stats
path: root/src/pages/background
diff options
context:
space:
mode:
authorKotuklion <quemasterbog@gmail.com>2021-07-12 18:24:45 +0200
committerKotuklion <quemasterbog@gmail.com>2021-07-12 18:24:45 +0200
commitcf7575f33b55c04a96afb0aec49368fbbe287cd9 (patch)
tree7ccdee918b76e0cab3ec2b5d9a6e0152a218ad28 /src/pages/background
parentadd Wikiless support (diff)
downloadlibredirect-cf7575f33b55c04a96afb0aec49368fbbe287cd9.zip
fix minor typos
Diffstat (limited to 'src/pages/background')
-rw-r--r--src/pages/background/background.js2
1 files changed, 1 insertions, 1 deletions
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;