From 970aee8a94ff51ea565374f9b515b514d2f08158 Mon Sep 17 00:00:00 2001 From: Daniel Breedeveld Date: Sun, 26 Nov 2023 21:00:33 +0100 Subject: [PATCH] fix: Typo 'pltaform' to 'platform' --- packages/file_selector/file_selector/lib/file_selector.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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