Skip to content

Commit

Permalink
docs: update src/main.js based on PR suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Mehdi Cherfaoui <[email protected]>
  • Loading branch information
scolladon and mehdicherf committed Jul 7, 2021
1 parent 4af132a commit a2cd874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const checkConfig = (config, repoSetup) => {

if (!repoSetup.isToEqualHead() && config.generateDelta) {
errors.push(
`--generate-delta (-d) parameter cannot be set when --to (-t) parameter is not equivalent to HEAD`
`--generate-delta (-d) parameter cannot be used when --to (-t) parameter is not equivalent to HEAD`
)
}

Expand Down

0 comments on commit a2cd874

Please sign in to comment.