Skip to content

Commit

Permalink
report(image-aspect-ratio): fix audit description (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed Nov 17, 2017
1 parent 6cd1b41 commit 12f7f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lighthouse-core/audits/image-aspect-ratio.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class ImageAspectRatio extends Audit {
static get meta() {
return {
name: 'image-aspect-ratio',
description: 'Uses Images with appropriate aspect ratio',
failureDescription: 'Does not use Images with appropriate aspect ratio',
helpText: 'Image displayed sizes should match their natural aspect ratio.',
description: 'Displays images with correct aspect ratio',
failureDescription: 'Displays images with incorrect aspect ratio',
helpText: 'Image display dimensions should match natural aspect ratio.',
requiredArtifacts: ['ImageUsage'],
};
}
Expand Down

0 comments on commit 12f7f03

Please sign in to comment.