Skip to content

Commit

Permalink
core(critical-request-chains): corrected help text (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed Dec 10, 2017
1 parent b079325 commit e217d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/audits/critical-request-chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class CriticalRequestChains extends Audit {
description: 'Critical Request Chains',
informative: true,
helpText: 'The Critical Request Chains below show you what resources are ' +
'required for first render of this page. Improve page load by reducing ' +
'issued with a high priority. Consider reducing ' +
'the length of chains, reducing the download size of resources, or ' +
'deferring the download of unnecessary resources. ' +
'deferring the download of unnecessary resources to improve page load. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains).',
requiredArtifacts: ['devtoolsLogs'],
};
Expand Down

0 comments on commit e217d09

Please sign in to comment.