Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed typos from multiple files #3140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/MapView.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`


Expand Down
4 changes: 2 additions & 2 deletions docs/MapboxGL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/OfflineManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down
2 changes: 1 addition & 1 deletion docs/SkyLayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<number>`
Expand Down
2 changes: 1 addition & 1 deletion docs/coordinates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { coordinates } from '@rnmapbox/maps';
coordinates

```
Coorinates sent by locationManager
Coordinates sent by locationManager



Expand Down
8 changes: 4 additions & 4 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [],
Expand Down Expand Up @@ -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": []
Expand Down Expand Up @@ -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"
},
Expand Down
Loading