Skip to content

Commit

Permalink
url -> URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Sep 26, 2016
1 parent 5f56cd1 commit e3df716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/dobetterweb/no-datenow.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class NoDateNowAudit extends Audit {
name: 'no-datenow',
description: 'Site does not use Date.now() in its own scripts',
helpText: '<a href="https://developer.mozilla.org/en-US/docs/Web/API/Performance/now" target="_blank">performance.now()</a> has better precision than <code>Date.now()</code> and always increases at a constant rate, independent of the system clock.',
requiredArtifacts: ['url', 'DateNowUse']
requiredArtifacts: ['URL', 'DateNowUse']
};
}

Expand Down

0 comments on commit e3df716

Please sign in to comment.