Browse Source

typo fix: metion -> mention

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

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

@@ -184,7 +184,7 @@ system. `RawShaderMaterial` is for making entirely custom shaders with
 no help from three.js. Both of these topics are large and will be
 no help from three.js. Both of these topics are large and will be
 covered later.
 covered later.
 
 
-The last 2 materials we'll metion here are the `MeshStandardMaterial`
+The last 2 materials we'll mention here are the `MeshStandardMaterial`
 and the `MeshPhysicsMaterial`. Both implement what's called *physically
 and the `MeshPhysicsMaterial`. Both implement what's called *physically
 based rendering* or often PBR for short. This is a way of computing
 based rendering* or often PBR for short. This is a way of computing
 material properties and lights that comes close to the way
 material properties and lights that comes close to the way