Browse Source

Docs: Fix typos

nevermakeport 8 years ago
parent
commit
a8e25f584c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/materials/ShaderMaterial.html

+ 2 - 2
docs/api/materials/ShaderMaterial.html

@@ -40,7 +40,7 @@
 				must be used instead.
 				must be used instead.
 			</li>
 			</li>
 			<li>
 			<li>
-				Built in attributes an uniforms are passed to the shaders along with your code.
+				Built in attributes and uniforms are passed to the shaders along with your code.
 				If you don't want the [page:WebGLProgram] to add anything to your shader code, you can use
 				If you don't want the [page:WebGLProgram] to add anything to your shader code, you can use
 				[page:RawShaderMaterial] instead of this class.
 				[page:RawShaderMaterial] instead of this class.
 			</li>
 			</li>
@@ -296,7 +296,7 @@ this.defaultAttributeValues = {
 
 
 		<h3>[property:Object extensions]</h3>
 		<h3>[property:Object extensions]</h3>
 		<div>
 		<div>
-		An object with the folowing properties:
+		An object with the following properties:
 		<code>
 		<code>
 this.extensions = {
 this.extensions = {
 	derivatives: false, // set to use derivatives
 	derivatives: false, // set to use derivatives