浏览代码

Fix typo in WebGLRenderer docs (#24489)

Co-authored-by: Noeri Huisman <[email protected]>
Noeri Huisman 3 年之前
父节点
当前提交
c3180c507b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>