瀏覽代碼

Merge pull request #14280 from thegingerninja/patch-1

Update OrbitControls.html
Mr.doob 7 年之前
父節點
當前提交
03f2e0d567
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/examples/controls/OrbitControls.html

+ 1 - 1
docs/examples/controls/OrbitControls.html

@@ -57,7 +57,7 @@ function animate() {
 			[page:Camera object]: (required) The camera to be controlled.<br><br>
 			[page:Camera object]: (required) The camera to be controlled.<br><br>
 
 
 			[page:HTMLDOMElement domElement]: (optional) The HTML element used for event listeners. By default this is the whole document,
 			[page:HTMLDOMElement domElement]: (optional) The HTML element used for event listeners. By default this is the whole document,
-			however if you only want to the controls to work over a specific element (e.g. the canvas) you can specify that here.
+			however if you only want the controls to work over a specific element (e.g. the canvas) you can specify that here.
 		</p>
 		</p>