Skip to content

Commit 3a4c8a5

Browse files
authored
fix: spelling (#1491)
Just the spelling and grammar fixes. No changes to the enum
1 parent c8f2221 commit 3a4c8a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

geolocator_platform_interface/lib/src/enums/location_permission.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ enum LocationPermission {
44
/// to request permission using the `Geolocator.requestPermission()` method.
55
denied,
66

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
99
/// the user updates the permission in the App settings.
1010
deniedForever,
1111

@@ -17,8 +17,8 @@ enum LocationPermission {
1717
/// App is running in the background.
1818
always,
1919

20-
/// Permission status is cannot be determined. This permission is only
20+
/// Permission status cannot be determined. This permission is only
2121
/// 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).
2323
unableToDetermine
2424
}

0 commit comments

Comments
 (0)