Skip to content

Commit

Permalink
Update linter error message (#44525)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Oct 16, 2023
1 parent f16815d commit 541d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content-linter/scripts/lint-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async function main() {
console.log('') // Just for some whitespace before the next message
console.log(
`Content linting found ${fixableFiles.length} ${pluralize(fixableFiles, 'file')} ` +
'that can be automatically fixed.\nTo apply the fixes run this command:\n',
'that can be automatically fixed.\nTo apply the fixes run this command and re-add the changed files:\n',
)
console.log(` npm run lint-content -- --fix --paths ${fixableFiles.join(' ')}\n`)
}
Expand Down

0 comments on commit 541d625

Please sign in to comment.