Преглед изворни кода

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>
 			</code>
 		</div>
 		</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>
 		<code>
 object.matrixAutoUpdate  = false;
 object.matrixAutoUpdate  = false;