From: Jérôme Benoit Date: Wed, 21 Oct 2020 12:35:03 +0000 (+0200) Subject: Spell fix. X-Git-Tag: v1.0.1-0~251 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d752344e934da7fa22f43f67628be7887259bc9d;p=e-mobility-charging-stations-simulator.git Spell fix. Signed-off-by: Jérôme Benoit --- diff --git a/src/index.js b/src/index.js index fa6ef1bf..ead30ea9 100644 --- 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 stations'); + console.log('Charging station simulator started with ' + numStationsTotal + ' charging station(s)'); } } catch (error) { // eslint-disable-next-line no-console