Bläddra i källkod

Merge pull request #16359 from bhajko/patch-1

Update OBJLoader2.html
Mr.doob 6 år sedan
förälder
incheckning
1981241f83
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/examples/loaders/OBJLoader2.html

+ 1 - 1
docs/examples/loaders/OBJLoader2.html

@@ -13,7 +13,7 @@
 
 
 		<p class="desc">A loader for loading a <em>.obj</em> resource.<br />
 		<p class="desc">A loader for loading a <em>.obj</em> resource.<br />
 			The <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">OBJ file format</a> is a simple data-format
 			The <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file">OBJ file format</a> is a simple data-format
-			that represents 3D geometry in a human redeable format as, the position of each vertex, the UV position of
+			that represents 3D geometry in a human readable format as, the position of each vertex, the UV position of
 			each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of
 			each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of
 			vertices, and texture vertices.
 			vertices, and texture vertices.
 		</p>
 		</p>