[Docs] Fix minor type in renderer constants
@@ -33,7 +33,7 @@
<div>
These are used by the WebGLRenderer's [page:WebGLRenderer.setFaceCulling setFaceCulling] method.<br /><br />
[page:constant FrontFaceDirectionCW] sets the winding order for polygons to clockwise.<br />
- [page:constant FrontFaceDirectionCW] sets the winding order for polygons to counter-clockwise (default).
+ [page:constant FrontFaceDirectionCCW] sets the winding order for polygons to counter-clockwise (default).
</div>
<h2>Shadow Types</h2>