From 462f9c8f0538837a6a0e9459a2c1effed97d757a Mon Sep 17 00:00:00 2001 From: Sacha Arbonel Date: Thu, 29 Jul 2021 15:51:45 -0400 Subject: [PATCH] fix docs: typo mentioning french --- .../lib/src/stream_chat_localizations_es.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart index a3387c83..424d95e2 100644 --- a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart +++ b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart @@ -1,8 +1,8 @@ part of 'stream_chat_localizations.dart'; -/// The translations for French (`fr`). +/// The translations for Spanish (`es`). class StreamChatLocalizationsEs extends GlobalStreamChatLocalizations { - /// Create an instance of the translation bundle for French. + /// Create an instance of the translation bundle for Spanish. const StreamChatLocalizationsEs({String localeName = 'es'}) : super(localeName: localeName);