Browse Source

Merge pull request #6491 from johanhelsing/patch-2

Fixed a couple of spelling errors
Ricardo Cabello 10 years ago
parent
commit
303d58acea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/extras/geometries/TextGeometry.html

+ 2 - 2
docs/api/extras/geometries/TextGeometry.html

@@ -11,7 +11,7 @@
 		
 		<h1>[name]</h1>
 
-		<div class="desc">This object creates an 3D object of text as a single object.</div>
+		<div class="desc">This object creates a 3D object of text as a single object.</div>
 
 
 		<h2>Constructor</h2>
@@ -20,7 +20,7 @@
 		<h3>[name]([page:String text], [page:Object parameters])</h3>
 		<div>
 		text — The text that needs to be shown. <br />
-		parameters — Object that can contain the following parameters.
+		parameters — Object that can contains the following parameters.
 		<ul>
 			<li>size — Float. Size of the text.</li>
 			<li>height — Float. Thickness to extrude text.  Default is 50.</li>