Skip to content

Commit

Permalink
fix: Minor grammar fix for a warning
Browse files Browse the repository at this point in the history
Minor grammar fix for a warning by @Julian
  • Loading branch information
dc7290 authored Aug 22, 2022
2 parents 59f1419 + 217c642 commit e439bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
)
}
Expand Down

1 comment on commit e439bc1

@vercel
Copy link

@vercel vercel bot commented on e439bc1 Aug 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.