소스 검색

Merge pull request #5330 from Stonelinks/patch-1

Typo in GridHelper docs
Mr.doob 11 년 전
부모
커밋
51c7e2a97c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/extras/helpers/GridHelper.html

+ 1 - 1
docs/api/extras/helpers/GridHelper.html

@@ -29,7 +29,7 @@
 		<h3>[name]([page:number size], [page:Number step])</h3>
 		<div>
 		size -- The size of the grid <br />
-		step -- The size of the step btween 2 lines 
+		step -- The size of the step between 2 lines 
 		</div>
 		<div>
 		Creates a new [name] of size 'size' and with steps of size 'step'.