From 565290b471490c91599a5a5ac6f8e525982249c3 Mon Sep 17 00:00:00 2001 From: "Bence A. Toth" <5611525+bence-toth@users.noreply.github.com> Date: Sat, 28 Nov 2020 15:52:58 +0100 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97f9cd..6fa454e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Access to data from the Geolocation API needs user permission. If permission to access geolocation was previously granted by the user, geolocation data will be available. If permission to access was not granted previously, the user will be prompted to give permission when the component mounts. -In permission was previously denied by the user, if the user agent does not support the Geolocation API, or if some other error occurs, the object returned from the hook will still contain all members, and values will be `null`. If you are lucky, `geolocation.error.message` and `geolocation.error.code` might contain something useful to help you determine what went wrong. +If permission was previously denied by the user, if the user agent does not support the Geolocation API, or if some other error occurs, the object returned from the hook will still contain all members, and values will be `null`. If you are lucky, `geolocation.error.message` and `geolocation.error.code` might contain something useful to help you determine what went wrong. ## Caveats