bug: typo

This commit is contained in:
jamesread 2024-09-06 23:50:25 +01:00
parent d13c71d1f6
commit db472df764
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function checkConfiguration() {
Logger.warn(issue, 'Configuration issue')
}
Logger.warn("Configuration issues found: " + checker.getIssuesCount() + ". You run run `npm run command config:check` to quickly check again.")
Logger.warn("Configuration issues found: " + checker.getIssuesCount() + ". You can run `npm run command config:check` to quickly check again.")
} else {
Logger.log("Configuration check completed without any issues.")
}