Merge branch 'master' of github.com:jerome-benoit/charging-stations-simulator
[e-mobility-charging-stations-simulator.git] / src / utils / Configuration.ts
index 7b29427030e4b73eedb7c75ffccb41c7993fa7ab..9ab2582d140d54ddb068aaac229aeba9577734b1 100644 (file)
@@ -162,7 +162,7 @@ export default class Configuration {
     Configuration.warnDeprecatedConfigurationKey(
       'useWorkerPool',
       null,
-      "Use 'workerProcess' to define the type of worker process to use instead"
+      "Use 'workerProcess' to define the type of worker process model to use instead"
     );
     return Configuration.objectHasOwnProperty(Configuration.getConfig(), 'workerProcess')
       ? Configuration.getConfig().workerProcess