From 1e2af57543328104d00d4b86f19b2d05129b9584 Mon Sep 17 00:00:00 2001 From: Smoothieewastaken Date: Fri, 27 Oct 2023 12:12:09 +0545 Subject: [PATCH] docs: fixed typos from multiple files --- docs/MapView.md | 2 +- docs/MapboxGL.md | 4 ++-- docs/OfflineManager.md | 2 +- docs/SkyLayer.md | 2 +- docs/coordinates.md | 2 +- docs/docs.json | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/MapView.md b/docs/MapView.md index 9885b4ee5..182ec11ae 100644 --- a/docs/MapView.md +++ b/docs/MapView.md @@ -417,7 +417,7 @@ This event is triggered when the map has failed to load a new map style. On v10 ```tsx func ``` -This event is tiggered when there is an error during map load. V10 only, replaces onDidFailLoadingMap, might be called multiple times and not exclusive with onDidFinishLoadingMap. +This event is triggered when there is an error during map load. V10 only, replaces onDidFailLoadingMap, might be called multiple times and not exclusive with onDidFinishLoadingMap. *signature:*`() => void` diff --git a/docs/MapboxGL.md b/docs/MapboxGL.md index d2a2061ce..1b74cd453 100644 --- a/docs/MapboxGL.md +++ b/docs/MapboxGL.md @@ -6,7 +6,7 @@ #### arguments | Name | Type | Required | Description | | ---- | :--: | :------: | :----------: | -| `accessToken` | `String` | `Yes` | required acessToken to pull mapbox tiles, can be `null` if other tiles are used | +| `accessToken` | `String` | `Yes` | required accessToken to pull mapbox tiles, can be `null` if other tiles are used | #### Description sets the accessToken, which is required when you want to use mapbox tiles @@ -27,7 +27,7 @@ No-op on non MapLibre implemntations. Use MapboxGL.TileServers.Mapbox to consume #### arguments | Name | Type | Required | Description | | ---- | :--: | :------: | :----------: | -| `accessToken` | `String` | `Yes` | required acessToken to pull mapbox tiles, can be `null` if other tiles are used | +| `accessToken` | `String` | `Yes` | required accessToken to pull mapbox tiles, can be `null` if other tiles are used | #### Description gets the accessToken diff --git a/docs/OfflineManager.md b/docs/OfflineManager.md index 39ad8ecf6..791a35ad4 100644 --- a/docs/OfflineManager.md +++ b/docs/OfflineManager.md @@ -22,7 +22,7 @@ Creates and registers an offline pack that downloads the resources needed to use #### arguments | Name | Type | Required | Description | | ---- | :--: | :------: | :----------: | -| `options` | `OfflineCreatePackOptions` | `Yes` | Create options for a offline pack that specifices zoom levels, style url, and the region to download. | +| `options` | `OfflineCreatePackOptions` | `Yes` | Create options for a offline pack that specifies zoom levels, style url, and the region to download. | | `progressListener` | `Callback` | `No` | Callback that listens for status events while downloading the offline resource. | | `errorListener` | `Callback` | `No` | Callback that listens for status events while downloading the offline resource. | diff --git a/docs/SkyLayer.md b/docs/SkyLayer.md index 9403e2475..89dc0b25a 100644 --- a/docs/SkyLayer.md +++ b/docs/SkyLayer.md @@ -161,7 +161,7 @@ Name: `skyAtmosphereSun` Mapbox spec: [sky-atmosphere-sun](https://docs.mapbox.com/style-spec/reference/layers/#paint-sky-sky-atmosphere-sun) #### Description -Position of the sun center [a azimuthal angle, p polar angle]. The azimuthal angle indicates the position of the sun relative to 0° north, where degrees proceed clockwise. The polar angle indicates the height of the sun, where 0° is directly above, at zenith, and 90° at the horizon. When this property is ommitted, the sun center is directly inherited from the light position. +Position of the sun center [a azimuthal angle, p polar angle]. The azimuthal angle indicates the position of the sun relative to 0° north, where degrees proceed clockwise. The polar angle indicates the height of the sun, where 0° is directly above, at zenith, and 90° at the horizon. When this property is omitted, the sun center is directly inherited from the light position. #### Type `array` diff --git a/docs/coordinates.md b/docs/coordinates.md index a7882e61b..5224dfb21 100644 --- a/docs/coordinates.md +++ b/docs/coordinates.md @@ -8,7 +8,7 @@ import { coordinates } from '@rnmapbox/maps'; coordinates ``` -Coorinates sent by locationManager +Coordinates sent by locationManager diff --git a/docs/docs.json b/docs/docs.json index b8ab4a1c6..4d2789ab3 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -3936,7 +3936,7 @@ "funcSignature": "() => void" }, "default": "none", - "description": "This event is tiggered when there is an error during map load. V10 only, replaces onDidFailLoadingMap, might be called multiple times and not exclusive with onDidFinishLoadingMap.\n*signature:*`() => void`" + "description": "This event is triggered when there is an error during map load. V10 only, replaces onDidFailLoadingMap, might be called multiple times and not exclusive with onDidFinishLoadingMap.\n*signature:*`() => void`" }, { "name": "onWillStartRenderingFrame", @@ -5122,7 +5122,7 @@ 180 ], "units": "degrees", - "description": "Position of the sun center [a azimuthal angle, p polar angle]. The azimuthal angle indicates the position of the sun relative to 0° north, where degrees proceed clockwise. The polar angle indicates the height of the sun, where 0° is directly above, at zenith, and 90° at the horizon. When this property is ommitted, the sun center is directly inherited from the light position.", + "description": "Position of the sun center [a azimuthal angle, p polar angle]. The azimuthal angle indicates the position of the sun relative to 0° north, where degrees proceed clockwise. The polar angle indicates the height of the sun, where 0° is directly above, at zenith, and 90° at the horizon. When this property is omitted, the sun center is directly inherited from the light position.", "requires": [], "disabledBy": [], "allowedFunctionTypes": [], @@ -7410,7 +7410,7 @@ "name": "coordinates", "fileNameWithExt": "locationManager.ts", "relPath": "src/modules/location/locationManager.ts", - "description": "Coorinates sent by locationManager", + "description": "Coordinates sent by locationManager", "props": [], "styles": [], "methods": [] @@ -7471,7 +7471,7 @@ "params": [ { "name": "options", - "description": "Create options for a offline pack that specifices zoom levels, style url, and the region to download.", + "description": "Create options for a offline pack that specifies zoom levels, style url, and the region to download.", "type": { "name": "OfflineCreatePackOptions" },