From 695760637b705f79493795431818c4ffd3c43df2 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 16 Jul 2021 20:42:07 +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 094abab1..582617ff 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -277,7 +277,7 @@ Use these explicit parameters in the query parameters instead of the option keys * `client.queryUsers()` options param is removed in favor of individual params * `option.presence` -> `bool presence` -5) We added type safe filters to make filtering in the app easier. Change over the filters to the +5) We added type-safe filters to make filtering in the app easier. Change over the filters to the new implementation. As an example, in the old app this filter: