We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68abbb commit 3430a29Copy full SHA for 3430a29
scripts/preview-theme.js
@@ -156,7 +156,7 @@ async function run() {
156
if (!ccc.isLevelAA(`#${color1}`, `#${color2}`)) {
157
const permalink = getWebAimLink(color1, color2);
158
warnings.push(
159
- `\`${key}\` does not passes [AA contrast ratio](${permalink})`,
+ `\`${key}\` does not pass [AA contrast ratio](${permalink})`,
160
);
161
}
162
});
0 commit comments