From 8abc2d8ef06e1114e90cc96a153f60da686ae1c0 Mon Sep 17 00:00:00 2001 From: Elliot Date: Wed, 6 Feb 2019 10:52:30 +0000 Subject: Correct spelling of WebExtensions Spelling as per https://wiki.mozilla.org/WebExtensions --- src/background/usecases/operation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/background') diff --git a/src/background/usecases/operation.js b/src/background/usecases/operation.js index 73e4111..ed64032 100644 --- a/src/background/usecases/operation.js +++ b/src/background/usecases/operation.js @@ -195,7 +195,7 @@ export default class OperationInteractor { let us = urls.homepageUrls(result.value); if (us.length === 1 && us[0] === 'about:home') { // eslint-disable-next-line max-len - throw new Error('Cannot open Firefox Home (about:home) by WebExnteions, set your custom URLs'); + throw new Error('Cannot open Firefox Home (about:home) by WebExtensions, set your custom URLs'); } if (us.length === 1 && !newTab) { return this.tabPresenter.open(us[0], tab.id); -- cgit v1.2.3