Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Dec 5, 2017
1 parent 8a999ab commit f17348e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/audits/byte-efficiency/uses-webp-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class UsesWebPImages extends ByteEfficiencyAudit {
static get meta() {
return {
name: 'uses-webp-images',
description: 'Serve images in next-gen formats',
description: 'Serve superior image formats',
informative: true,
helpText: 'JP2, JPEG XR, and WebP often provide better compression than PNG or JPEG, ' +
helpText: 'Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, ' +
'which means faster downloads and less data consumption. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp).',
requiredArtifacts: ['OptimizedImages', 'devtoolsLogs'],
Expand Down

0 comments on commit f17348e

Please sign in to comment.