From 8edf68b3b96fd65072553e2e96f4312650870cd4 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 16 Jul 2021 20:40:40 +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 8800df44..f821217c 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -250,7 +250,7 @@ dependencies: ``` Upon doing this, all breaking changes from the package will take immediate effect. Here are steps to -remedy the issue: +remedy the issues: 1) Change over the constructor of `connectUserWithProvider()` to the new format.