From ac27b9bc2b41b8353bba38f3de768c3f3de582ea Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 16 Jul 2021 20:41:33 +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 bf044e5b..ef290520 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -255,7 +255,7 @@ remedy the issues: 1) Change over the constructor of `connectUserWithProvider()` to the new format. 2) We added more nuance to `disconnectUser()` by adding two new methods - one to close the connection -and the other to disconnect the user. This allows more fine-grained control for diconnection. +and the other to disconnect the user. This allows more fine-grained control of disconnection. * `client.closeConnection()` -> for closing user websocket connection. * `client.disconnectUser()` -> for disconnecting user and resetting client state.