Browse Source

Fix typo in lesson ( code >> cone ).

Halu89 4 years ago
parent
commit
676cf6d737
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/threejs-lights.md

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

@@ -411,7 +411,7 @@ gui.add(new DegRadHelper(light, 'angle'), 'value', 0, 90).name('angle').onChange
 
 
 The inner cone is defined by setting the [`penumbra`](SpotLight.penumbra) property
 The inner cone is defined by setting the [`penumbra`](SpotLight.penumbra) property
 as a percentage from the outer cone. In other words when `penumbra` is 0 then the
 as a percentage from the outer cone. In other words when `penumbra` is 0 then the
-inner code is the same size (0 = no difference) from the outer cone. When the
+inner cone is the same size (0 = no difference) from the outer cone. When the
 `penumbra` is 1 then the light fades starting in the center of the cone to the
 `penumbra` is 1 then the light fades starting in the center of the cone to the
 outer cone. When `penumbra` is .5 then the light fades starting from 50% between
 outer cone. When `penumbra` is .5 then the light fades starting from 50% between
 the center of the outer cone.
 the center of the outer cone.