Browse Source

Merge pull request #5330 from Stonelinks/patch-1

Typo in GridHelper docs
Mr.doob 11 năm trước cách đây
mục cha
commit
51c7e2a97c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'.