Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpelypenko committed Oct 27, 2020
1 parent 4700dfc commit 7e178ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prepareReportData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function prepareReportData({ violations, passes, url }: SpecReportInput):
: '';
if (violations.length === 0) {
return {
violationsTotal: `No accessibility violation were detected${
violationsTotal: `No accessibility violations were detected${
url ? ` for the ${url}` : ''
}`,
violationsSummaryTable: [],
Expand Down

0 comments on commit 7e178ef

Please sign in to comment.