From 46944a03110a76d7b2d499633c64b0119f5b6a9c Mon Sep 17 00:00:00 2001 From: LordCat Date: Wed, 11 Feb 2026 20:10:43 -0500 Subject: [PATCH] Fix typo --- docs/development/extensions/unsandboxed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/extensions/unsandboxed.md b/docs/development/extensions/unsandboxed.md index 21760eee..0e8d7bb0 100644 --- a/docs/development/extensions/unsandboxed.md +++ b/docs/development/extensions/unsandboxed.md @@ -23,7 +23,7 @@ When manually loading an extension from a file or JavaScript source code, there The syntax for unsandboxed extensions is very familiar but has some differences. Technically, if you just copy and paste your old sandboxed extensions as unsandboxed extensions, it will appear to just work. However, this is dangerous and is likely to cause bugs later. -If your sandboxed extension has code like like this: +If your sandboxed extension has code like this: ```js // Old sandboxed extensions (worker or