@@ -12,7 +12,7 @@ export 'package:file_selector_platform_interface/file_selector_platform_interfac
1212/// Opens a file selection dialog and returns the path chosen by the user.
1313///
1414/// [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:
1616/// - On Windows and Linux, each group will be an entry in a list of filter
1717/// options.
1818/// - On macOS, the union of all types allowed by all of the groups will be
@@ -44,7 +44,7 @@ Future<XFile?> openFile({
4444/// user.
4545///
4646/// [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:
4848/// - On Windows and Linux, each group will be an entry in a list of filter
4949/// options.
5050/// - On macOS, the union of all types allowed by all of the groups will be
@@ -74,7 +74,7 @@ Future<List<XFile>> openFiles({
7474/// Opens a save dialog and returns the target path chosen by the user.
7575///
7676/// [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:
7878/// - On Windows and Linux, each group will be an entry in a list of filter
7979/// options.
8080/// - On macOS, the union of all types allowed by all of the groups will be
0 commit comments