Skip to content

Commit d24d6c0

Browse files
authored
Merge pull request #1063 from no23reason/readme-typo
fix(readme): fix typo in sample code
2 parents c1e6e14 + fa6c20d commit d24d6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import React from "react";
2525
import { useGeolocated } from "react-geolocated";
2626

2727
const Demo = () => {
28-
const { ccords, isGeolocationAvailable, isGeolocationEnabled } =
28+
const { coords, isGeolocationAvailable, isGeolocationEnabled } =
2929
useGeolocated({
3030
positionOptions: {
3131
enableHighAccuracy: false,

0 commit comments

Comments
 (0)