Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Oct 14, 2017
1 parent aa89302 commit 5fbff87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/page-execution-timings.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class PageExecutionTimings extends Audit {
return {
category: 'Performance',
name: 'page-execution-timings',
description: 'Page executiontime is high',
description: 'Page execution time is high',
informative: true,
helpText: 'Consider reducing the time spent parsing, compiling and executing JS.' +
'You may find delivering smaller JS payloads helps with this.',
Expand Down

0 comments on commit 5fbff87

Please sign in to comment.