Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jan 19, 2025
1 parent 8c937c9 commit c67b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reference-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ addLandmarkRole(
function exampleListItem(item) {
let highContrast = '';
if (item.highContrast) {
highContrast = ' (<abbr title="Forced Colors Media Query Support">FC</abbr>)';
highContrast = ' (<abbr title="High Contrast Support">HC</abbr>)';
}
return `
<li><a href="${item.ref}">${item.title}</a>${highContrast}</li>`;
Expand Down

0 comments on commit c67b58e

Please sign in to comment.