Bläddra i källkod

Merge pull request #10783 from m4jing/patch-for-doc

Fixed typos
Mr.doob 8 år sedan
förälder
incheckning
05c5fd718f
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      docs/api/objects/Mesh.html

+ 3 - 3
docs/api/objects/Mesh.html

@@ -54,7 +54,7 @@
 		<div>
 			Used to check whether this or derived classes are meshes. Default is *true*.<br /><br />
 
-			You should not change this, as it used internally for optimisation.
+			You should not change this, as it is used internally for optimisation.
 		</div>
 
 		<h3>[property:Geometry geometry]</h3>
@@ -62,7 +62,7 @@
 			An instance of [page:Geometry] or [page:BufferGeometry] (or derived classes),
 			defining the object's structure.<br /><br />
 
-			Its recommended to always use a [page:BufferGeometry] if possible for best performance.
+			It's recommended to always use a [page:BufferGeometry] if possible for best performance.
 		</div>
 
 		<h3>[property:Material material]</h3>
@@ -101,7 +101,7 @@
 
 		<h3>[method:null updateMorphTargets]()</h3>
 		<div>
-		Updates the morphtargets to have no influence on the object. Resets the
+		Updates the morphTargets to have no influence on the object. Resets the
 		[page:Mesh.morphTargetInfluences morphTargetInfluences] and
 		[page:Mesh.morphTargetDictionary morphTargetDictionary] properties.
 		</div>