Skip to content

Commit 41cdecc

Browse files
committed
web/gpu/webgl_triangle: fix "Polyfill" misspelling
1 parent e777764 commit 41cdecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/gpu/webgl_triangle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
window.requestAnimationFrame(render, canvas);
176176
}
177177

178-
// Polifill for window.requestAnimationFrame() from https://www.paulirish.com/2011/requestanimationframe-for-smart-animating/
178+
// Polyfill for window.requestAnimationFrame() from https://www.paulirish.com/2011/requestanimationframe-for-smart-animating/
179179
(function() {
180180
var lastTime = 0;
181181
var vendors = ['webkit', 'moz'];

0 commit comments

Comments
 (0)