diff --git a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx index 2b53cfb3..a9b64a57 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -148,7 +148,7 @@ To tweak any of the default properties individually, you can use `defaultMessage #### 🛑️ Breaking Changes from 1.5.3 * Migrate this package to null safety -* channelsBloc.queryChannels(), ChannelListCore options param/property is removed in favor of individual params/properties +* `channelsBloc.queryChannels()`, `ChannelListCore` options param/property is removed in favor of individual params/properties * `options.state` -> `bool state` * `options.watch` -> `bool watch` * `options.presence` -> `bool presence`