Update docusaurus/docs/Flutter/guides/adding_localization.mdx

Co-authored-by: Gordon Hayes <[email protected]>
This commit is contained in:
Salvatore Giordano
2021-07-28 17:40:16 +02:00
committed by GitHub
co-authored by Gordon Hayes
parent 800baec932
commit 18d49dd571
@@ -75,7 +75,7 @@ Checkout [this example](https://github.com/GetStream/stream-chat-flutter/blob/ma
### Override exisiting languages
To override an existing language, you need to create a new class extending that particular language class and create a delegate for it adding it to the `delegates` array.
To override an existing language, create a new class extending that particular language class and create a delegate for it, adding it to the `delegates` array.
Checkout [this example](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/example/lib/override_lang.dart) to see how to override an existing language.