Skip to content

Commit

Permalink
Fix minor typo (#9507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheem Mamoowala authored Apr 7, 2020
1 parent 0899a63 commit 8c7c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import type {PaddingOptions} from '../geo/edge_insets';
* is "up"; for example, a bearing of 90° orients the map so that east is up.
* @property {number} pitch The desired pitch, in degrees.
* @property {LngLatLike} around If `zoom` is specified, `around` determines the point around which the zoom is centered.
* @property {PaddingOptions} padding Dimensions in pixels applied on eachs side of the viewport for shifting the vanishing point.
* @property {PaddingOptions} padding Dimensions in pixels applied on each side of the viewport for shifting the vanishing point.
*/
export type CameraOptions = {
center?: LngLatLike,
Expand Down

0 comments on commit 8c7c883

Please sign in to comment.