Skip to content

Commit accd284

Browse files
author
태재영
committed
fix: typo
1 parent c4ad16c commit accd284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-smallest-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All this program does is clear the canvas to red but it did actually do somethin
3636
Think about it through. With just this you can actually test some things. Let's say
3737
you are [rendering to a texture](webgl-render-to-texture.html) but things aren't working.
3838
Let's say it's just like the example in [that article](webgl-render-to-texture.html).
39-
You're rendering 1 or more 3D things into a texture then rending that result onto a cube.
39+
You're rendering 1 or more 3D things into a texture then rendering that result onto a cube.
4040

4141
You're not seeing anything. Well, as a simple test, stop rendering to the texture with
4242
shaders are just clear the texture to a known color.

0 commit comments

Comments
 (0)