Browse Source

Fix closing </em>

Robert Long 7 năm trước cách đây
mục cha
commit
0cce1febcb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/examples/exporters/GLTFExporter.html

+ 1 - 1
docs/examples/exporters/GLTFExporter.html

@@ -84,7 +84,7 @@
 			<li>animations - Array<[page:AnimationClip AnimationClip]>. List of animations to be included in the export.</li>
 			<li>forceIndices - bool. Generate indices for non-index geometry and export with them. Default is false.</li>
 			<li>forcePowerOfTwoTextures - bool. Export with images resized to POT size. This option works only if embedImages is true. Default is false.</li>
-			<li>includeCustomExtensions - bool. Export custom glTF extensions defined on an object's <em>userData.gltfExtensions<em> property. Default is false.</li>
+			<li>includeCustomExtensions - bool. Export custom glTF extensions defined on an object's <em>userData.gltfExtensions</em> property. Default is false.</li>
 		</ul>
 		</p>
 		<p>