From d527f6ee10ae104f7dae5426c56ab337fc62df03 Mon Sep 17 00:00:00 2001 From: userFortyTwo <85737538+userFortyTwo@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:05:03 +0100 Subject: [PATCH] Fix typo in gen_l10n_types.dart (#159035) This pull request fixes a typo. --- .../flutter_tools/lib/src/localizations/gen_l10n_types.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart b/packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart index e62b8904098..6cea9c6b6a9 100644 --- a/packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart +++ b/packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart @@ -639,7 +639,7 @@ class AppResourceBundle { 'The locale specified in @@locale and the arb filename do not match. \n' 'Please make sure that they match, since this prevents any confusion \n' 'with which locale to use. Otherwise, specify the locale in either the \n' - 'filename of the @@locale key only.\n' + 'filename or the @@locale key only.\n' 'Current @@locale value: $localeString\n' 'Current filename extension: $parserLocaleString' );