diff --git a/mapbox-gl/index.d.ts b/mapbox-gl/index.d.ts index 2e75704dde..64e8b8e573 100644 --- a/mapbox-gl/index.d.ts +++ b/mapbox-gl/index.d.ts @@ -978,7 +978,7 @@ declare namespace mapboxgl { "circle-translate-anchor"?: "map" | "viewport"; "circle-pitch-scale"?: "map" | "viewport"; "circle-stroke-width"?: number | StyleFunction; - "circle-stoke-color"?: string | StyleFunction; + "circle-stroke-color"?: string | StyleFunction; "circle-stroke-opactiy"?: number | StyleFunction; } }