Browse Source

Docs: Typo

Mugen87 7 years ago
parent
commit
7bd10356a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/extras/curves/CatmullRomCurve3.html

+ 1 - 1
docs/api/extras/curves/CatmullRomCurve3.html

@@ -63,7 +63,7 @@ var curveObject = new THREE.Line( geometry, material );
 		<h3>[property:Boolean closed]</h3>
 		<div>The curve will loop back onto itself when this is true. False by default</div>
 
-		<h3>[property:String cureType]</h3>
+		<h3>[property:String curveType]</h3>
 		<div>Possible values are `centripetal` (default), `chordal` and `catmullrom`.</div>
 
 		<h3>[property:float tension]</h3>