Skip to content

Commit b98e132

Browse files
authored
Merge pull request #7220 from OmarShehata/patch-4
Fix doc typo
2 parents e142b09 + 875bd81 commit b98e132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Scene/Camera.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,7 @@ define([
27452745
*
27462746
* @param {Object} options Object with the following properties:
27472747
* @param {Cartesian3|Rectangle} options.destination The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
2748-
* @param {Object} [options.orientation] An object that contains either direction and up properties or heading, pith and roll properties. By default, the direction will point
2748+
* @param {Object} [options.orientation] An object that contains either direction and up properties or heading, pitch and roll properties. By default, the direction will point
27492749
* towards the center of the frame in 3D and in the negative z direction in Columbus view. The up direction will point towards local north in 3D and in the positive
27502750
* y direction in Columbus view. Orientation is not used in 2D when in infinite scrolling mode.
27512751
* @param {Number} [options.duration] The duration of the flight in seconds. If omitted, Cesium attempts to calculate an ideal duration based on the distance to be traveled by the flight.

0 commit comments

Comments
 (0)