Browse Source

Merge pull request #12805 from harto/patch-1

Fix typo in documentation
Mr.doob 7 years ago
parent
commit
0d8b6e74b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/cameras/OrthographicCamera.html

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

@@ -59,7 +59,7 @@ scene.add( camera );</code>
 		<h2>Properties</h2>
 		<div>
 			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:OrthographicCamera.updateProjectionMatrix .updateProjectionMatrix] for the changes to take effect.
 		</div>