Skip to content

Commit 3430a29

Browse files
authored
Fixed a small grammatical mistake / typo (#1874)
does not passes -> does not pass
1 parent a68abbb commit 3430a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/preview-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async function run() {
156156
if (!ccc.isLevelAA(`#${color1}`, `#${color2}`)) {
157157
const permalink = getWebAimLink(color1, color2);
158158
warnings.push(
159-
`\`${key}\` does not passes [AA contrast ratio](${permalink})`,
159+
`\`${key}\` does not pass [AA contrast ratio](${permalink})`,
160160
);
161161
}
162162
});

0 commit comments

Comments
 (0)