Skip to content

Commit e8392d1

Browse files
Fix grammar
1 parent 101dd85 commit e8392d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const MyApp = () => {
132132
```
133133

134134
The context provider takes two props:
135-
- `highAccuracy`: define if the location should be fetched with high accuracy. Read more on the [Geolocation API doc](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API).
135+
- `highAccuracy`: defines if the location should be fetched with high accuracy. Read more on the [Geolocation API doc](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API).
136136
- `delay`: the delay in milliseconds between each fetch
137137

138138
```tsx

0 commit comments

Comments
 (0)