diff --git a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx index 9a4b7a7d..094abab1 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -266,7 +266,7 @@ and the other to disconnect the user. This allows more fine-grained control of d * `StreamWebSocketError` -> for user websocket related errors. * `StreamChatNetworkError` -> for network related errors. -4) We changed over from a map full of options to a more type safe and sound approach by changing over to explicit parameters. +4) We changed over from a map full of options to a more type-safe and sound approach by changing over to explicit parameters. Use these explicit parameters in the query parameters instead of the option keys: