From 7e178efcb2bf5fdc7cff3f76551fff2be2f1048c Mon Sep 17 00:00:00 2001 From: Liliia Pelypenko Date: Tue, 27 Oct 2020 12:27:57 +0900 Subject: [PATCH] Fix typo --- src/prepareReportData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prepareReportData.ts b/src/prepareReportData.ts index 008b2a9..7428132 100644 --- a/src/prepareReportData.ts +++ b/src/prepareReportData.ts @@ -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: [],