Skip to content

Commit 0d1c7db

Browse files
fix: Update ‘no accessibility gaps found’ message
Co-authored-by: Kendall Gassner <[email protected]>
1 parent 1374938 commit 0d1c7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default async function () {
1313
// Find
1414
const results = await findResultsForUrl(url);
1515
if (results.length === 0) {
16-
console.log(`No accessibility gaps found for ${url}`);
16+
console.log(`No accessibility gaps were found on ${url}`);
1717
continue;
1818
}
1919
// File

0 commit comments

Comments
 (0)