File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
geolocator_platform_interface/lib/src/enums Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ enum LocationPermission {
4
4
/// to request permission using the `Geolocator.requestPermission()` method.
5
5
denied,
6
6
7
- /// Permission to access the device's location is permenantly denied. When
8
- /// requestiong permissions the permission dialog will not been shown until
7
+ /// Permission to access the device's location is permanently denied. When
8
+ /// requesting permissions the permission dialog will not be shown until
9
9
/// the user updates the permission in the App settings.
10
10
deniedForever,
11
11
@@ -17,8 +17,8 @@ enum LocationPermission {
17
17
/// App is running in the background.
18
18
always,
19
19
20
- /// Permission status is cannot be determined. This permission is only
20
+ /// Permission status cannot be determined. This permission is only
21
21
/// returned by the `Geolocator.checkPermission()` method on the web platform
22
- /// for browsers that do not implement the Permission API (see https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API).
22
+ /// for browsers that did not implement the Permission API (see https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API).
23
23
unableToDetermine
24
24
}
You can’t perform that action at this time.
0 commit comments