Forráskód Böngészése

Merge pull request #35 from Xoshbin/patch-1

Fixed a typo
AppFlowy.IO 3 éve
szülő
commit
c25153e666
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app_flowy/lib/startup/startup.dart

+ 1 - 1
app_flowy/lib/startup/startup.dart

@@ -35,7 +35,7 @@ abstract class EntryPoint {
 
 
 class System {
 class System {
   static void run(EntryPoint f) {
   static void run(EntryPoint f) {
-    // Specify the evn
+    // Specify the env
     const env = IntegrationEnv.dev;
     const env = IntegrationEnv.dev;
 
 
     // Config the deps graph
     // Config the deps graph