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 <mcherfaoui@salesforce.com>
  • Loading branch information
scolladon and mcherfaouiSFDC authored Jul 7, 2021
1 parent 4af132a commit 3c11e28
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 3c11e28

Please sign in to comment.