Browse Source

Merge pull request #11414 from ajtfts/patch-1

fix typo
Mr.doob 8 years ago
parent
commit
736dcf28c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/introduction/Creating-text.html

+ 1 - 1
docs/manual/introduction/Creating-text.html

@@ -68,7 +68,7 @@
 				<code>new THREE.TextGeometry( text, parameters );</code>
 			</p>
 			<p>
-				In order for this to work, however, your TextGeomety will need an instance of THREE.Font 
+				In order for this to work, however, your TextGeometry will need an instance of THREE.Font 
 				to be set on its "font" parameter.
 
 				See the [page:TextGeometry] page for more info on how this can be done, descriptions of each