소스 검색

Docs: Typo

Mugen87 7 년 전
부모
커밋
7bd10356a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>