diff options
author | Kotuklion <quemasterbog@gmail.com> | 2021-07-12 18:24:45 +0200 |
---|---|---|
committer | Kotuklion <quemasterbog@gmail.com> | 2021-07-12 18:24:45 +0200 |
commit | cf7575f33b55c04a96afb0aec49368fbbe287cd9 (patch) | |
tree | 7ccdee918b76e0cab3ec2b5d9a6e0152a218ad28 /src/pages/background/background.js | |
parent | add Wikiless support (diff) | |
download | libredirect-cf7575f33b55c04a96afb0aec49368fbbe287cd9.zip |
fix minor typos
Diffstat (limited to 'src/pages/background/background.js')
-rw-r--r-- | src/pages/background/background.js | 2 |
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; |