Skip to content

Commit

Permalink
fix url list formatter reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 22, 2017
1 parent ad9748e commit d47a07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/is-on-https.js
Expand Up @@ -70,7 +70,7 @@ class HTTPS extends Audit {
rawValue: insecureRecords.length === 0,
displayValue,
extendedInfo: {
formatter: Formatter.SUPPORTED_FORMATS.URL_LIST,
formatter: Formatter.SUPPORTED_FORMATS.URLLIST,
value: insecureRecords
}
});
Expand Down

0 comments on commit d47a07a

Please sign in to comment.