From b1f0c5b773ce68bf0b6087ade62325302d05e60b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 19 Aug 2023 19:56:00 -0400 Subject: [PATCH] Typo --- platform/mv3/scriptlets/scriptlet.template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mv3/scriptlets/scriptlet.template.js b/platform/mv3/scriptlets/scriptlet.template.js index 9bd81be83..841aa40cc 100644 --- a/platform/mv3/scriptlets/scriptlet.template.js +++ b/platform/mv3/scriptlets/scriptlet.template.js @@ -129,8 +129,8 @@ argsList.length = 0; // Inject code // https://bugzilla.mozilla.org/show_bug.cgi?id=1736575 -// `MAIN` world not yet supported in Firefox, so we inject the code into -// 'MAIN' ourself when enviroment in Firefox. +// 'MAIN' world not yet supported in Firefox, so we inject the code into +// 'MAIN' ourself when environment in Firefox. // Not Firefox if ( typeof wrappedJSObject !== 'object' ) {