Browse Source

Fix typo in WebGLRenderer docs (#24489)

Co-authored-by: Noeri Huisman <[email protected]>
Noeri Huisman 3 years ago
parent
commit
c3180c507b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/renderers/WebGLRenderer.html

+ 1 - 1
docs/api/en/renderers/WebGLRenderer.html

@@ -407,7 +407,7 @@
 
 			By default render buffers are cleared before rendering but you can prevent this by setting the property [page:WebGLRenderer.autoClear autoClear] to false.
 			If you want to prevent only certain buffers being cleared you can set either the [page:WebGLRenderer.autoClearColor autoClearColor], [page:WebGLRenderer.autoClearStencil autoClearStencil] or
-			[page:WebGLRenderer.autoClearDepth autoClearDepth] properties to false. To forcibly clear one ore more buffers call [page:WebGLRenderer.clear .clear].
+			[page:WebGLRenderer.autoClearDepth autoClearDepth] properties to false. To forcibly clear one or more buffers call [page:WebGLRenderer.clear .clear].
 		</p>
 
 		<h3>[method:undefined resetState]()</h3>