Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
       this.hashId + '.json'
     );
     const stationInfoFromFile: ChargingStationInfo = this.getStationInfoFromFile();
-    // Priority: charging stations info from template > charging station info from configuration file > charging station info attribute
+    // Priority: charging station info from template > charging station info from configuration file > charging station info attribute
     if (stationInfoFromFile?.templateHash === stationInfoFromTemplate.templateHash) {
       return stationInfoFromFile;
     } else if (stationInfoFromFile?.templateHash !== stationInfoFromTemplate.templateHash) {