Skip to content

Commit efd7e84

Browse files
authored
docs(regl-renderer): fixed spelling in demo.html
Correct 1 spelling
1 parent 451d7d8 commit efd7e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/regl-renderer/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
const transpCube = colorize([1, 0, 0, 0.75], cuboid({ size: [100 * parameters.scale, 100, 210 + (200 * parameters.scale)] }))
4343
const star2D = star({ vertices: 8, innerRadius: 300, outerRadius: 400 })
4444
const line2D = colorize([1.0, 0, 0], line([[260, 260], [-260, 260], [-260, -260], [260, -260], [260, 260]]))
45-
// some colors are intentionally without alpfa channel to test geom2ToGeometries will add alpha channel
45+
// some colors are intentionally without alpha channel to test geom2ToGeometries will add alpha channel
4646
const colorChange = [
4747
[1, 0, 0, 1],
4848
[1, 0.5, 0],

0 commit comments

Comments
 (0)