Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 4f7c3bd

Browse files
docs : Fix typo map type in document (react-native-maps#4954)
Co-authored-by: Salah Ghanim <[email protected]>
1 parent d9b2ac1 commit 4f7c3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MapView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ export type MapViewProps = ViewProps & {
213213
* The map type to be displayed
214214
*
215215
* @default `standard`
216-
* @platform iOS: hybrid | mutedStandard | sattelite | standard | terrain
217-
* @platform Android: hybrid | none | sattelite | standard | terrain
216+
* @platform iOS: hybrid | mutedStandard | satellite | standard | terrain
217+
* @platform Android: hybrid | none | satellite | standard | terrain
218218
*/
219219
mapType?: MapType;
220220

0 commit comments

Comments
 (0)