Skip to content

Commit f5687b2

Browse files
authored
[image_picker] fix typos in comments (#3413)
[image_picker] fix typos in comments
1 parent 26c95da commit f5687b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/image_picker/image_picker/lib/image_picker.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class ImagePicker {
127127
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
128128
/// Defaults to [CameraDevice.rear].
129129
///
130-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
130+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
131131
/// in this call. You can then call [getLostData] when your app relaunches to retrieve the lost data.
132132
///
133133
/// The method could throw [PlatformException] if the app does not have permission to access
@@ -314,7 +314,7 @@ class ImagePicker {
314314
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
315315
/// Defaults to [CameraDevice.rear].
316316
///
317-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
317+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
318318
/// in this call. You can then call [retrieveLostData] when your app relaunches to retrieve the lost data.
319319
///
320320
/// The method could throw [PlatformException] if the app does not have permission to access

packages/image_picker/image_picker_platform_interface/lib/src/platform_interface/image_picker_platform.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ abstract class ImagePickerPlatform extends PlatformInterface {
117117
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
118118
/// Defaults to [CameraDevice.rear].
119119
///
120-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
120+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
121121
/// in this call. You can then call [retrieveLostData] when your app relaunches to retrieve the lost data.
122122
///
123123
/// If no images were picked, the return value is null.
@@ -227,7 +227,7 @@ abstract class ImagePickerPlatform extends PlatformInterface {
227227
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
228228
/// Defaults to [CameraDevice.rear].
229229
///
230-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
230+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
231231
/// in this call. You can then call [getLostData] when your app relaunches to retrieve the lost data.
232232
///
233233
/// If no images were picked, the return value is null.

0 commit comments

Comments
 (0)