瀏覽代碼

Update How-to-update-things.html

correct typo
Luis Fonsi VEVO 4 年之前
父節點
當前提交
441c44be61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/en/introduction/How-to-update-things.html

+ 1 - 1
docs/manual/en/introduction/How-to-update-things.html

@@ -24,7 +24,7 @@ scene.add( object1 ); //object1 and object2 will automatically update their matr
 			</code>
 		</div>
 
-		<p>However, if you know object will be static, you can disable this and update the transform matrix manually just when needed.</p>
+		<p>However, if you know the object will be static, you can disable this and update the transform matrix manually just when needed.</p>
 
 		<code>
 object.matrixAutoUpdate  = false;