fix docs: typo mentioning french

This commit is contained in:
Sacha Arbonel
2021-07-29 15:51:45 -04:00
parent d54bb5406a
commit 462f9c8f05
@@ -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);