Skip to content

Commit 065d4d4

Browse files
ibesoragithub-actions[bot]
authored andcommitted
Fix documentation typo (#4727)
I noticed [here](https://docs.mapbox.com/ios/maps/api/11.13.1/documentation/mapboxmaps/stylemanager/setstyleimportcolortheme(importid:colortheme:)/) that there was a typo in our docs. I have no idea how the docs are generated so I'm not sure this is enough. cc @mapbox/maps-ios GitOrigin-RevId: 13e1c561d37849e9ca6cbd71ab2901b66054e2ad
1 parent 5fbb192 commit 065d4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapboxMaps/Style/StyleManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ public class StyleManager {
15501550
}
15511551
}
15521552

1553-
/// Set coolor theme for the style import with specified `importId`.
1553+
/// Set color theme for the style import with specified `importId`.
15541554
///
15551555
/// - Parameters:
15561556
/// - importId: Identifier of the style import to remove.

0 commit comments

Comments
 (0)