瀏覽代碼

Fix typo in TransformControls.html (#22840)

Tony Fox 3 年之前
父節點
當前提交
0d7fb8d74f
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>