@@ -12,7 +12,7 @@ export 'package:file_selector_platform_interface/file_selector_platform_interfac
12
12
/// Opens a file selection dialog and returns the path chosen by the user.
13
13
///
14
14
/// [acceptedTypeGroups] is a list of file type groups that can be selected in
15
- /// the dialog. How this is displayed depends on the pltaform , for example:
15
+ /// the dialog. How this is displayed depends on the platform , for example:
16
16
/// - On Windows and Linux, each group will be an entry in a list of filter
17
17
/// options.
18
18
/// - On macOS, the union of all types allowed by all of the groups will be
@@ -44,7 +44,7 @@ Future<XFile?> openFile({
44
44
/// user.
45
45
///
46
46
/// [acceptedTypeGroups] is a list of file type groups that can be selected in
47
- /// the dialog. How this is displayed depends on the pltaform , for example:
47
+ /// the dialog. How this is displayed depends on the platform , for example:
48
48
/// - On Windows and Linux, each group will be an entry in a list of filter
49
49
/// options.
50
50
/// - On macOS, the union of all types allowed by all of the groups will be
@@ -74,7 +74,7 @@ Future<List<XFile>> openFiles({
74
74
/// Opens a save dialog and returns the target path chosen by the user.
75
75
///
76
76
/// [acceptedTypeGroups] is a list of file type groups that can be selected in
77
- /// the dialog. How this is displayed depends on the pltaform , for example:
77
+ /// the dialog. How this is displayed depends on the platform , for example:
78
78
/// - On Windows and Linux, each group will be an entry in a list of filter
79
79
/// options.
80
80
/// - On macOS, the union of all types allowed by all of the groups will be
0 commit comments