Spell fix.
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 21 Oct 2020 12:35:03 +0000 (14:35 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 21 Oct 2020 12:35:03 +0000 (14:35 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/index.js

index fa6ef1bf4c301840fa1f1253d03127afc69e6a80..ead30ea9e9c38ee3f5391457dde93bffd5e12a1f 100644 (file)
@@ -32,7 +32,7 @@ class Bootstrap {
       if (numStationsTotal === 0) {
         console.log('No charging station template enabled in configuration, exiting');
       } else {
-        console.log('Charging station simulator started with ' + numStationsTotal + ' charging stations');
+        console.log('Charging station simulator started with ' + numStationsTotal + ' charging station(s)');
       }
     } catch (error) {
       // eslint-disable-next-line no-console