Skip to content

Commit

Permalink
Update first-interactive.js helpText (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Aug 4, 2017
1 parent 6f7bf29 commit a829811
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-core/audits/first-interactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ class FirstInteractiveMetric extends Audit {
category: 'Performance',
name: 'first-interactive',
description: 'First Interactive (beta)',
helpText: 'The first point at which necessary scripts of the page have loaded ' +
'and the CPU is idle enough to handle most user input.',
helpText: 'First Interactive marks the time at which the page is ' +
'minimally interactive. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive).',
scoringMode: Audit.SCORING_MODES.NUMERIC,
requiredArtifacts: ['traces']
};
Expand Down

0 comments on commit a829811

Please sign in to comment.