diff --git a/app_flowy/lib/startup/startup.dart b/app_flowy/lib/startup/startup.dart index fa76c10165..9ff75fc777 100644 --- a/app_flowy/lib/startup/startup.dart +++ b/app_flowy/lib/startup/startup.dart @@ -35,7 +35,7 @@ abstract class EntryPoint { class System { static void run(EntryPoint f) { - // Specify the evn + // Specify the env const env = IntegrationEnv.dev; // Config the deps graph