浏览代码

Merge pull request #14648 from DomHudson/patch-1

Fixing typo in PerspectiveCamera.html
Mr.doob 7 年之前
父节点
当前提交
8f48cffb0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/cameras/PerspectiveCamera.html

+ 1 - 1
docs/api/cameras/PerspectiveCamera.html

@@ -50,7 +50,7 @@ scene.add( camera );</code>
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 		<p>
 		<p>
 			See the base [page:Camera] class for common properties.<br>
 			See the base [page:Camera] class for common properties.<br>
-			Note that after making changes to most of these poperties you will have to call
+			Note that after making changes to most of these properties you will have to call
 			[page:PerspectiveCamera.updateProjectionMatrix .updateProjectionMatrix] for the changes to take effect.
 			[page:PerspectiveCamera.updateProjectionMatrix .updateProjectionMatrix] for the changes to take effect.
 		</p>
 		</p>