Browse Source

typo fix: and -> can

nikolas 7 years ago
parent
commit
a6911a3a26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/threejs-materials.md

+ 1 - 1
threejs/lessons/threejs-materials.md

@@ -41,7 +41,7 @@ material.color.setHSL(h, s, l)   // where h, s, and l are 0 to 1
 material.color.setRGB(r, g, b)   // where r, g, and b are 0 to 1                      
 material.color.setRGB(r, g, b)   // where r, g, and b are 0 to 1                      
 ```
 ```
 
 
-And at creation time you and pass either a hex number or a CSS string
+And at creation time you can pass either a hex number or a CSS string
 
 
 ```
 ```
 const m1 = new THREE.MeshBasicMaterial({color: 0xFF0000});         // red
 const m1 = new THREE.MeshBasicMaterial({color: 0xFF0000});         // red