diff --git a/common/changes/@fabernovel/heart-cli/chore-typo_2023-07-30-23-33.json b/common/changes/@fabernovel/heart-cli/chore-typo_2023-07-30-23-33.json new file mode 100644 index 00000000..9c375649 --- /dev/null +++ b/common/changes/@fabernovel/heart-cli/chore-typo_2023-07-30-23-33.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@fabernovel/heart-cli", + "comment": "", + "type": "none" + } + ], + "packageName": "@fabernovel/heart-cli" +} \ No newline at end of file diff --git a/modules/cli/src/command/analysis/AnalysisOption.ts b/modules/cli/src/command/analysis/AnalysisOption.ts index 64b00f50..e5afd99d 100644 --- a/modules/cli/src/command/analysis/AnalysisOption.ts +++ b/modules/cli/src/command/analysis/AnalysisOption.ts @@ -50,7 +50,7 @@ export function createConfigOption(): Option { } } else if (error instanceof SyntaxError) { throw new InvalidArgumentError( - "The content of the configuration file cannot parse as JSON. Please check the syntax." + "The content of the configuration file cannot be parsed as JSON. Please check the syntax." ) }