From cdf0f2e2dc7dba28c8e82ddb6842a4efc63547b2 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Sat, 28 Dec 2024 09:34:41 -0500 Subject: Fix windows/*/create spelling --- extension/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension') diff --git a/extension/background.js b/extension/background.js index 64d8dd2..c6cf5b8 100644 --- a/extension/background.js +++ b/extension/background.js @@ -473,7 +473,7 @@ Read that file to evaluate and return the current value of that JS expression.`, }) }; })(); -Routes["/windows/#WINDOW_ID/crate"] = { +Routes["/windows/#WINDOW_ID/create"] = { async write({windowId, buf}) { const url = buf.trim(); await browser.tabs.create({ windowId: windowId, url: url }); -- cgit v1.2.3