diff --git a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx index 79bbaeb5..124fe247 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -256,7 +256,7 @@ remedy the issue: 1) Change over the constructor of `connectUserWithProvider()` to the new format. -2) We added more nuance to the `disconnectUser` by adding two new methods - one to close the connection +2) We added more nuance to the `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. * client.closeConnection() -> for closing user websocket connection.