Skip to content

Commit 8a092a2

Browse files
jiangying000tabatkins
authored andcommitted
fix typo (#818)
1 parent 7e6979d commit 8a092a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-paint-api/EXPLAINER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if ('paintWorklet' in CSS) {
7373
}
7474
```
7575

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

0 commit comments

Comments
 (0)