From 816f9ab7fa7ed9d19542c4dd819f1de6ff36749e Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 16 Jul 2021 20:41:59 +0530 Subject: [PATCH] Update docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx Co-authored-by: Reuben Turner --- docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: