Unverified Commit 27c8ffa0 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Fix typo in documentation (#25003)

parent a226c0f0
...@@ -47,9 +47,8 @@ typedef LocaleListResolutionCallback = Locale Function(List<Locale> locales, Ite ...@@ -47,9 +47,8 @@ typedef LocaleListResolutionCallback = Locale Function(List<Locale> locales, Ite
/// The signature of [WidgetsApp.localeResolutionCallback]. /// The signature of [WidgetsApp.localeResolutionCallback].
/// ///
/// It is recommended to provide a [LocaleListResolutionCallback] instead of a /// It is recommended to provide a [LocaleListResolutionCallback] instead of a
/// [LocaleResolutionCallback] when possible, as [LocaleListResolutionCallback] as /// [LocaleResolutionCallback] when possible, as [LocaleResolutionCallback] only
/// this callback only recieves a subset of the information provided /// recieves a subset of the information provided in [LocaleListResolutionCallback].
/// in [LocaleListResolutionCallback].
/// ///
/// A [LocaleResolutionCallback] is responsible for computing the locale of the app's /// A [LocaleResolutionCallback] is responsible for computing the locale of the app's
/// [Localizations] object when the app starts and when user changes the default /// [Localizations] object when the app starts and when user changes the default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment