Skip to content

Commit f06a07f

Browse files
committed
Tweak fail message
1 parent 86923dc commit f06a07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
pa11yOpts,
3434
});
3535
if (issueCount > 0) {
36-
const postRunMsg = `Pa11y found ${issueCount} accessibility issues with your site! Check the logs above for more information.`
36+
const postRunMsg = `Pa11y found ${issueCount} accessibility violations on your site! Check the logs above for more information.`
3737
console.log(report);
3838
if (failWithIssues) {
3939
build.failBuild(postRunMsg)

0 commit comments

Comments
 (0)