mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
fix(curriculum): Typo in Asynchronous Programming of extra preposition (#64240)
This commit is contained in:
parent
26e0752538
commit
176bba6c15
@ -29,7 +29,7 @@ If there is an issue with getting the position, then the error will be logged to
|
||||
|
||||
The `getCurrentPosition` method uses GPS, Wi-Fi networks, or IP address geolocation, depending on the device and its settings. Once the location is found, the success callback function is called with a position object.
|
||||
|
||||
The position object contains a various properties, where the most commonly used are `latitude` and `longitude`, but it can also include `altitude`, `accuracy`, `speed`, and `heading`, and so on.
|
||||
The position object contains various properties, where the most commonly used are `latitude` and `longitude`, but it can also include `altitude`, `accuracy`, `speed`, and `heading`, and so on.
|
||||
|
||||
One important consideration when using geolocation is user privacy. Explain to your users why you need their location data and how you'll use it.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user