mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-03-07 15:08:07 +08:00
Fixed a small grammatical mistake / typo (#1874)
does not passes -> does not pass
This commit is contained in:
parent
a68abbb9b3
commit
3430a2944f
@ -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})`,
|
||||
);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user