From 85ec75eff483cd53f4b573c09d9155598984b08c Mon Sep 17 00:00:00 2001 From: Fakhry <42268000+fakhrymubarak@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:13:43 +0700 Subject: [PATCH] fix: typo `cnofig` should be `config` (#8992) --- public/roadmap-content/flutter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/roadmap-content/flutter.json b/public/roadmap-content/flutter.json index eab99137e..f090f276e 100644 --- a/public/roadmap-content/flutter.json +++ b/public/roadmap-content/flutter.json @@ -927,7 +927,7 @@ ] }, "4ZbGj54WR5iuk0V8X_cpL": { - "title": "Remote Cnofig", + "title": "Remote Config", "description": "Firebase Remote Config, accessed in Flutter via the `firebase_remote_config` plugin, enables dynamic app behavior and appearance changes without app updates. This involves adding the plugin, initializing the service, defining default parameter values in the console or code, fetching and retrieving remote parameters, and updating those parameters either through the console or by activating fetched values, allowing for A/B testing and feature control.\n\nLearn more from the following:", "links": [ { @@ -1933,4 +1933,4 @@ } ] } -} \ No newline at end of file +}