mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): Typo in Asynchronous Programming of extra preposition (#64240)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user