Skip to content

Commit 39381e0

Browse files
authored
Fix typo (#42088)
Fix typo in opaque origins explanation
1 parent b9ce9fc commit 39381e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/en-us/glossary/origin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It will also fail same-origin checks with any other resource, and hence be restr
2020
Common cases where opaque origins are used include:
2121

2222
- A document within an iframe that has the [sandbox](/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/sandbox) attribute set, and does not include the `allow-same-origin` flag.
23-
- `file:` URLs are usually treated as opaque origins so that files on they file system cannot read each other.
23+
- `file:` URLs are usually treated as opaque origins so that files on the file system cannot read each other.
2424
- Documents created programmatically using APIs like {{domxref("DOMImplementation.createDocument()")}}.
2525

2626
## Examples

0 commit comments

Comments
 (0)