Skip to content

Commit 0cbcc94

Browse files
committed
space typo fix markdown webgl-how-it-works.md
1 parent f54d86c commit 0cbcc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ attribute and passing data from a vertex shader to a fragment shader. If
278278
you check out [the image processing examples](webgl-image-processing.html)
279279
you'll see they also use an extra attribute to pass in texture coordinates.
280280

281-
##What do these buffer and attribute commands do?
281+
## What do these buffer and attribute commands do?
282282

283283
Buffers are the way of getting vertex and other per vertex data onto the
284284
GPU. `gl.createBuffer` creates a buffer.

0 commit comments

Comments
 (0)