From c6ca252dcb38b6b02c07fec69deed29aaf501ff3 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Mon, 6 Jan 2025 20:07:24 +0100 Subject: [PATCH] Fix typo --- docs/mdbook/src/platforms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mdbook/src/platforms.md b/docs/mdbook/src/platforms.md index c2b4d7678e6..01b70ae8f8b 100644 --- a/docs/mdbook/src/platforms.md +++ b/docs/mdbook/src/platforms.md @@ -9,8 +9,8 @@ MapLibre Native uses a monorepo. Source code for all platforms lives in [`maplib | Platform | Source | Notes | |---|---|---| -| Android | [`platform/android`](https://github.com/maplibre/maplibre-native/tree/main/platform/android) | Intergrates with the C++ core via JNI. | -| iOS | [`platform/ios`](https://github.com/maplibre/maplibre-native/tree/main/platform/ios), [`platform/darwin`](https://github.com/maplibre/maplibre-native/tree/main/platform/darwin) | Intergrates with the C++ core via Objective-C++. | +| Android | [`platform/android`](https://github.com/maplibre/maplibre-native/tree/main/platform/android) | Integrates with the C++ core via JNI. | +| iOS | [`platform/ios`](https://github.com/maplibre/maplibre-native/tree/main/platform/ios), [`platform/darwin`](https://github.com/maplibre/maplibre-native/tree/main/platform/darwin) | Integrates with the C++ core via Objective-C++. | | Linux | [`platform/linux`](https://github.com/maplibre/maplibre-native/tree/main/platform/linux) | Used for development. Also widely used in production for raster tile generation. | | Windows | [`platform/windows`](https://github.com/maplibre/maplibre-native/tree/main/platform/windows) | | | macOS | [`platform/macos`](https://github.com/maplibre/maplibre-native/tree/main/platform/macos), [`platform/darwin`](https://github.com/maplibre/maplibre-native/tree/main/platform/darwin) | Mainly used for development. There is some legacy AppKit code. |