Skip to content

Commit 2c969bf

Browse files
committed
fix typoe
1 parent 6a1bdc6 commit 2c969bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offscreencanvas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>Offscreen canvas demo</h2>
7171

7272
<div class="support">Your browser does not support OffscreenCanvas.</div>
7373

74-
<p><b>Demo</b>: The canvas animation is fully driven inside of the qorker. <code>Worker.requestAnimationFrame()</code>
74+
<p><b>Demo</b>: The canvas animation is fully driven inside of the worker. <code>Worker.requestAnimationFrame()</code>
7575
is used to drive the animation withi the worker and pixels are manipulated / drawn to the canvas
7676
using <code>OffscreenCanvas</code>. The worker introduces jank to the
7777
animation every so often to simulate a CPU-intensie operation. However, the main thread

0 commit comments

Comments
 (0)