From d752344e934da7fa22f43f67628be7887259bc9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 21 Oct 2020 14:35:03 +0200 Subject: [PATCH] Spell fix. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1