diff --git a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx index 38422e72..3e3bafd7 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -15,7 +15,7 @@ Check [this link](https://flutter.dev/docs/null-safety) for more about Null Safe This guide is intended to enumerate and better explain the changes in the SDK. -The changes will be listed by package and a concise changelog will be followed by more info. +The changes will be listed by package and a concise changelog will follow with more info. ### Changelog of `stream_chat_flutter` @@ -295,4 +295,4 @@ Would turn into: ```dart filter: Filter.in_('members', [StreamChat.of(context).user.id]) -``` \ No newline at end of file +```