Browse Source

Fix typo in TransformControls.html (#22840)

Tony Fox 3 năm trước cách đây
mục cha
commit
0d7fb8d74f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      docs/examples/en/controls/TransformControls.html

+ 2 - 2
docs/examples/en/controls/TransformControls.html

@@ -103,7 +103,7 @@
 		<h3>[property:Number rotationSnap]</h3>
 		<p>
 			By default, 3D objects are continuously rotated. If you set this property to a numeric value (radians), you can define in which
-			steps the 3D object should be rotated. Deault is *null*.
+			steps the 3D object should be rotated. Default is *null*.
 		</p>
 
 		<h3>[property:Boolean showX]</h3>
@@ -134,7 +134,7 @@
 		<h3>[property:Number translationSnap]</h3>
 		<p>
 			By default, 3D objects are continuously translated. If you set this property to a numeric value (world units), you can define in which
-			steps the 3D object should be translated. Deault is *null*.
+			steps the 3D object should be translated. Default is *null*.
 		</p>
 
 		<h2>Methods</h2>