Browse Source

Merge pull request #12076 from happy2discover/patch-1

typo error
Mr.doob 8 years ago
parent
commit
fdefb19bdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_geometry_shapes.html

+ 1 - 1
examples/webgl_geometry_shapes.html

@@ -75,7 +75,7 @@
 				function addShape( shape, extrudeSettings, color, x, y, z, rx, ry, rz, s ) {
 
 					// flat shape with texture
-					// note: default UVs generated by ShapeBufferGemoetry are simply the x- and y-coordinates of the vertices
+					// note: default UVs generated by ShapeBufferGeometry are simply the x- and y-coordinates of the vertices
 
 					var geometry = new THREE.ShapeBufferGeometry( shape );