From 8c7c88332ecf515555a308d38117440fa22be126 Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Tue, 7 Apr 2020 16:45:20 -0700 Subject: [PATCH] Fix minor typo (#9507) --- src/ui/camera.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/camera.js b/src/ui/camera.js index b5d09d89bc7..e78443f14d9 100644 --- a/src/ui/camera.js +++ b/src/ui/camera.js @@ -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,