refactor(ui): refine vue.js app init error message
[e-mobility-charging-stations-simulator.git] / ui / web / src / main.ts
index 2071293947c869784d7f24f7df8b0a6f5afeb451..6dc93195770718d467a2b03bf78934eacf126e21 100644 (file)
@@ -49,7 +49,7 @@ fetch('/config.json')
           initializeApp(config)
         } catch (error) {
           // TODO: add code for UI notifications or other error handling logic
-          console.error('Error at initializing the app:', error)
+          console.error('Error at initializing app:', error)
         }
       })
       .catch(error => {