Fixed a small grammatical mistake / typo (#1874)

does not passes -> does not pass
This commit is contained in:
Preffet 2022-07-19 20:03:58 +01:00 committed by GitHub
parent a68abbb9b3
commit 3430a2944f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ async function run() {
if (!ccc.isLevelAA(`#${color1}`, `#${color2}`)) {
const permalink = getWebAimLink(color1, color2);
warnings.push(
`\`${key}\` does not passes [AA contrast ratio](${permalink})`,
`\`${key}\` does not pass [AA contrast ratio](${permalink})`,
);
}
});