Skip to content

Commit be37773

Browse files
authored
Fix typo (#129)
1 parent 3a184a6 commit be37773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development/extensions/unsandboxed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When manually loading an extension from a file or JavaScript source code, there
2323

2424
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.
2525

26-
If your sandboxed extension has code like like this:
26+
If your sandboxed extension has code like this:
2727

2828
```js
2929
// Old sandboxed extensions (worker or <iframe> sandbox):

0 commit comments

Comments
 (0)