diff --git a/lighthouse-core/gather/gatherers/dobetterweb/optimized-images.js b/lighthouse-core/gather/gatherers/dobetterweb/optimized-images.js index bf5f01292556..ab11121d8068 100644 --- a/lighthouse-core/gather/gatherers/dobetterweb/optimized-images.js +++ b/lighthouse-core/gather/gatherers/dobetterweb/optimized-images.js @@ -17,7 +17,7 @@ /** * @fileoverview Determines optimized jpeg/webp filesizes for all same-origin and dataURI images by - * running the images through canvas in the browser context at quality 0.8. + * running the images through canvas in the browser context. */ 'use strict';