From 3430a2944f1f86d5db8c6ab345c524d9d3058bf2 Mon Sep 17 00:00:00 2001 From: Preffet Date: Tue, 19 Jul 2022 20:03:58 +0100 Subject: [PATCH] Fixed a small grammatical mistake / typo (#1874) does not passes -> does not pass --- scripts/preview-theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/preview-theme.js b/scripts/preview-theme.js index ca9effa..e4422ec 100644 --- a/scripts/preview-theme.js +++ b/scripts/preview-theme.js @@ -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})`, ); } });