Browse Source

Added a typo fix to the ArcRotateCamera setPosition method description

Michael 5 years ago
parent
commit
32b4e0681a
2 changed files with 2 additions and 1 deletions
  1. 1 0
      dist/preview release/what's new.md
  2. 1 1
      src/Cameras/arcRotateCamera.ts

+ 1 - 0
dist/preview release/what's new.md

@@ -121,6 +121,7 @@
 
 ### Documentation
 - Added a note on shallow bounding of getBoundingInfo ([tibotiber](https://github.com/tibotiber))
+- Added a typo fix to the ArcRotateCamera setPosition method description ([schm-dt](https://github.com/schm-dt))
 
 ## Bug fixes
 - Fixed Textblock line spacing evaluation when linespacing > 0 ([Deltakosh](https://github.com/deltakosh/))

+ 1 - 1
src/Cameras/arcRotateCamera.ts

@@ -930,7 +930,7 @@ export class ArcRotateCamera extends TargetCamera {
     }
 
     /**
-     * Use a position to define the current camera related information like aplha, beta and radius
+     * Use a position to define the current camera related information like alpha, beta and radius
      * @param position Defines the position to set the camera at
      */
     public setPosition(position: Vector3): void {