Skip to content

Commit 42ded04

Browse files
authored
fix: typo in docs
1 parent 593f47e commit 42ded04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ bool isLocationServiceEnabled = await Geolocator.isLocationServiceEnabled();
201201

202202
### Permissions
203203

204-
The geolocator will automatically try to request permissions when you try to acquire a location trough the `getCurrentPosition` or `getPositionStream` methods. We do however provide methods that will allow you to manually handle requesting permissions.
204+
The geolocator will automatically try to request permissions when you try to acquire a location through the `getCurrentPosition` or `getPositionStream` methods. We do however provide methods that will allow you to manually handle requesting permissions.
205205

206206
If you want to check if the user already granted permissions to acquire the device's location you can make a call to the `checkPermission` method:
207207

@@ -298,4 +298,4 @@ If you would like to contribute to the plugin (e.g. by improving the documentati
298298

299299
## Author
300300

301-
This Geolocator plugin for Flutter is developed by [Baseflow](https://baseflow.com).
301+
This Geolocator plugin for Flutter is developed by [Baseflow](https://baseflow.com).

0 commit comments

Comments
 (0)