We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1e6e14 + fa6c20d commit d24d6c0Copy full SHA for d24d6c0
README.md
@@ -25,7 +25,7 @@ import React from "react";
25
import { useGeolocated } from "react-geolocated";
26
27
const Demo = () => {
28
- const { ccords, isGeolocationAvailable, isGeolocationEnabled } =
+ const { coords, isGeolocationAvailable, isGeolocationEnabled } =
29
useGeolocated({
30
positionOptions: {
31
enableHighAccuracy: false,
0 commit comments