repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a73fb
)
Spell fix.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 21 Oct 2020 12:35:03 +0000
(14:35 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/index.js
b/src/index.js
index fa6ef1bf4c301840fa1f1253d03127afc69e6a80..ead30ea9e9c38ee3f5391457dde93bffd5e12a1f 100644
(file)
--- a/
src/index.js
+++ b/
src/index.js
@@
-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 station
s
');
+ console.log('Charging station simulator started with ' + numStationsTotal + ' charging station
(s)
');
}
} catch (error) {
// eslint-disable-next-line no-console