diff --git a/packages/file_selector/file_selector/lib/file_selector.dart b/packages/file_selector/file_selector/lib/file_selector.dart index 28a83a56147..f489e0bacba 100644 --- a/packages/file_selector/file_selector/lib/file_selector.dart +++ b/packages/file_selector/file_selector/lib/file_selector.dart @@ -12,7 +12,7 @@ export 'package:file_selector_platform_interface/file_selector_platform_interfac /// Opens a file selection dialog and returns the path chosen by the user. /// /// [acceptedTypeGroups] is a list of file type groups that can be selected in -/// the dialog. How this is displayed depends on the pltaform, for example: +/// the dialog. How this is displayed depends on the platform, for example: /// - On Windows and Linux, each group will be an entry in a list of filter /// options. /// - On macOS, the union of all types allowed by all of the groups will be @@ -44,7 +44,7 @@ Future openFile({ /// user. /// /// [acceptedTypeGroups] is a list of file type groups that can be selected in -/// the dialog. How this is displayed depends on the pltaform, for example: +/// the dialog. How this is displayed depends on the platform, for example: /// - On Windows and Linux, each group will be an entry in a list of filter /// options. /// - On macOS, the union of all types allowed by all of the groups will be @@ -74,7 +74,7 @@ Future> openFiles({ /// Opens a save dialog and returns the target path chosen by the user. /// /// [acceptedTypeGroups] is a list of file type groups that can be selected in -/// the dialog. How this is displayed depends on the pltaform, for example: +/// the dialog. How this is displayed depends on the platform, for example: /// - On Windows and Linux, each group will be an entry in a list of filter /// options. /// - On macOS, the union of all types allowed by all of the groups will be