Преглед на файлове

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>
 		<p>
 			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.
 		</p>