From f474476e24c3545b30745c337c923555b5f9ecde Mon Sep 17 00:00:00 2001 From: Khoshbin Ali Ahmed Date: Fri, 19 Nov 2021 10:23:58 +0300 Subject: [PATCH] Fixed a typo --- app_flowy/lib/startup/startup.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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