diff --git a/geolocator_platform_interface/lib/src/errors/permission_definitions_not_found_exception.dart b/geolocator_platform_interface/lib/src/errors/permission_definitions_not_found_exception.dart index e56b94a5f..c9eed1b16 100644 --- a/geolocator_platform_interface/lib/src/errors/permission_definitions_not_found_exception.dart +++ b/geolocator_platform_interface/lib/src/errors/permission_definitions_not_found_exception.dart @@ -1,5 +1,5 @@ /// An exception thrown when the required platform specific permission -/// definications could not be found (e.g. in the AndroidManifest.xml file on +/// definitions could not be found (e.g. in the AndroidManifest.xml file on /// Android or in the Info.plist file on iOS). class PermissionDefinitionsNotFoundException implements Exception { /// Constructs the [PermissionDefinitionsNotFoundException]