From d03fc482ad486a6134ba9c900cf8228c7907bd5e Mon Sep 17 00:00:00 2001 From: David Date: Wed, 8 Mar 2023 12:34:38 +0100 Subject: [PATCH] [image_picker] fix typos in comments --- packages/image_picker/image_picker/lib/image_picker.dart | 4 ++-- .../lib/src/platform_interface/image_picker_platform.dart | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/image_picker/image_picker/lib/image_picker.dart b/packages/image_picker/image_picker/lib/image_picker.dart index 2e266ccd5a5..ce16763ec6a 100755 --- a/packages/image_picker/image_picker/lib/image_picker.dart +++ b/packages/image_picker/image_picker/lib/image_picker.dart @@ -127,7 +127,7 @@ class ImagePicker { /// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device. /// Defaults to [CameraDevice.rear]. /// - /// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost + /// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost /// in this call. You can then call [getLostData] when your app relaunches to retrieve the lost data. /// /// The method could throw [PlatformException] if the app does not have permission to access @@ -314,7 +314,7 @@ class ImagePicker { /// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device. /// Defaults to [CameraDevice.rear]. /// - /// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost + /// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost /// in this call. You can then call [retrieveLostData] when your app relaunches to retrieve the lost data. /// /// The method could throw [PlatformException] if the app does not have permission to access diff --git a/packages/image_picker/image_picker_platform_interface/lib/src/platform_interface/image_picker_platform.dart b/packages/image_picker/image_picker_platform_interface/lib/src/platform_interface/image_picker_platform.dart index 9572742e62e..c8942cd2da0 100644 --- a/packages/image_picker/image_picker_platform_interface/lib/src/platform_interface/image_picker_platform.dart +++ b/packages/image_picker/image_picker_platform_interface/lib/src/platform_interface/image_picker_platform.dart @@ -117,7 +117,7 @@ abstract class ImagePickerPlatform extends PlatformInterface { /// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device. /// Defaults to [CameraDevice.rear]. /// - /// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost + /// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost /// in this call. You can then call [retrieveLostData] when your app relaunches to retrieve the lost data. /// /// If no images were picked, the return value is null. @@ -227,7 +227,7 @@ abstract class ImagePickerPlatform extends PlatformInterface { /// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device. /// Defaults to [CameraDevice.rear]. /// - /// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost + /// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost /// in this call. You can then call [getLostData] when your app relaunches to retrieve the lost data. /// /// If no images were picked, the return value is null.