Skip to content

Commit 5eaa8cd

Browse files
[css-paint-api] fixed typo in example
1 parent 381409d commit 5eaa8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-paint-api/arc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="example"></div>
1515

1616
<script>
17-
(CSS.paintWorklet.addModule || paintWorkle.import)('arc.js');
17+
(CSS.paintWorklet.addModule || paintWorklet.addModule || paintWorklet.import)('arc.js');
1818
</script>

0 commit comments

Comments
 (0)