We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6979d commit 8a092a2Copy full SHA for 8a092a2
css-paint-api/EXPLAINER.md
@@ -73,7 +73,7 @@ if ('paintWorklet' in CSS) {
73
}
74
```
75
76
-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:
77
- Are similar to workers in that the script runs in a separate global script context.
78
- A script inside a worklet has no DOM, Network, Database, etc access.
79
- The global script context lifetime is not defined (you should expect the script context to be killed at any point).
0 commit comments