Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-paint-api/EXPLAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if ('paintWorklet' in CSS) {
}
```

See the worklets explainer for a more involed explaination of worklets. In short worklets:
See the worklets explainer for a more involved explaination of worklets. In short worklets:
- Are similar to workers in that the script runs in a separate global script context.
- A script inside a worklet has no DOM, Network, Database, etc access.
- The global script context lifetime is not defined (you should expect the script context to be killed at any point).
Expand Down