瀏覽代碼

Merge pull request #14455 from mghini/patch-1

Fixed typo
Mr.doob 7 年之前
父節點
當前提交
cb8f5f6696
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>