From 217c642927e9207dee5a61c1dbdefced483ad885 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 21 Aug 2022 07:15:27 -0400 Subject: [PATCH] Minor grammar fix for a warning --- src/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index 531df6ff..b2505782 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -208,7 +208,7 @@ export const optimizeImages = async ({ manifestJsonPath, noCache, config, terse if (invalidFormatAssets.size !== 0) { // eslint-disable-next-line no-console console.log( - `\nThe following images is in a non-optimized format and a simple copy was applied.\n`, + `\nThe following images are in a non-optimized format and a simple copy was applied.\n`, Array.from(invalidFormatAssets).join('\n') ) }