Skip to content

Commit

Permalink
chore: fix typo in error message (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgatellier authored Jul 30, 2023
1 parent b043d96 commit fec5a7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@fabernovel/heart-cli",
"comment": "",
"type": "none"
}
],
"packageName": "@fabernovel/heart-cli"
}
2 changes: 1 addition & 1 deletion modules/cli/src/command/analysis/AnalysisOption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
}

Expand Down

0 comments on commit fec5a7b

Please sign in to comment.