From 27c8ffa06ccad40ce577ac7d87a0ea2e14d962e2 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Wed, 5 Dec 2018 14:50:59 -0800 Subject: [PATCH] Fix typo in documentation (#25003) --- packages/flutter/lib/src/widgets/app.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/flutter/lib/src/widgets/app.dart b/packages/flutter/lib/src/widgets/app.dart index 8da0f77447c..90735ca02e3 100644 --- a/packages/flutter/lib/src/widgets/app.dart +++ b/packages/flutter/lib/src/widgets/app.dart @@ -47,9 +47,8 @@ typedef LocaleListResolutionCallback = Locale Function(List locales, Ite /// The signature of [WidgetsApp.localeResolutionCallback]. /// /// It is recommended to provide a [LocaleListResolutionCallback] instead of a -/// [LocaleResolutionCallback] when possible, as [LocaleListResolutionCallback] as -/// this callback only recieves a subset of the information provided -/// in [LocaleListResolutionCallback]. +/// [LocaleResolutionCallback] when possible, as [LocaleResolutionCallback] only +/// recieves a subset of the information provided in [LocaleListResolutionCallback]. /// /// A [LocaleResolutionCallback] is responsible for computing the locale of the app's /// [Localizations] object when the app starts and when user changes the default