diff --git a/NodeApp/src/commander/exercice/ExerciceRunCommand.ts b/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
index b117cebf9b31fd159716c800a5e1168fdbf325ad..4808653f795f7abdafbf1a6fbef5588533dd4da8 100644
--- a/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
+++ b/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
@@ -215,7 +215,7 @@ class ExerciceRunCommand extends CommanderCommand {
                 INFO   : chalk.bold,
                 SUCCESS: chalk.green,
                 FAILURE: chalk.red
-            }, `\n\n${ chalk.bold('Execution result folder') } : ${ this.folderResultsVolume }`);
+            }, `\n\n${ chalk.bold('Execution results folder') } : ${ this.folderResultsVolume }`);
         }
     }
 }