Browse Source

typo fix: subdivde -> subdivide

nikolas 7 years ago
parent
commit
809545092c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/threejs-primitives.md

+ 1 - 1
threejs/lessons/threejs-primitives.md

@@ -284,7 +284,7 @@ repeat them here. You can also click the links above next to each shape
 to take you directly to the docs for that shape.
 to take you directly to the docs for that shape.
 
 
 One other thing that's important to cover is that almost all shapes
 One other thing that's important to cover is that almost all shapes
-have various settings for how much to subdivde them. A good example
+have various settings for how much to subdivide them. A good example
 might be the sphere geometries. Spheres take parameters for
 might be the sphere geometries. Spheres take parameters for
 how many divisions to make around and how many top to bottom. For example
 how many divisions to make around and how many top to bottom. For example