Browse Source

Merge pull request #14455 from mghini/patch-1

Fixed typo
Mr.doob 7 năm trước cách đây
mục cha
commit
cb8f5f6696
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/api/materials/MeshLambertMaterial.html

+ 1 - 1
docs/api/materials/MeshLambertMaterial.html

@@ -101,7 +101,7 @@
 
 		<h3>[property:Texture emissiveMap]</h3>
 		<p>
-		Set emisssive (glow) map. Default is null. The emissive map color is modulated by
+		Set emissive (glow) map. Default is null. The emissive map color is modulated by
 		the emissive color and the emissive intensity. If you have an emissive map, be sure to
 		set the emissive color to something other than black.
 		</p>