Skip to content

Commit

Permalink
core: Fix minor grammatical error (GoogleChrome#3638)
Browse files Browse the repository at this point in the history
http://www.grammarbook.com/punctuation/semicolons.asp

_Noticed this during the ChromeDevSummit talk this morning._
  • Loading branch information
piperchester authored and patrickhulce committed Oct 24, 2017
1 parent 8b3d7f0 commit 63beebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/load-fast-enough-for-pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class LoadFastEnough4Pwa extends Audit {
return {
rawValue: true,
// eslint-disable-next-line max-len
debugString: `First Interactive was found at ${Util.formatMilliseconds(timeToFirstInteractive)}, however, the network request latencies were not sufficiently realistic, so the performance measurements cannot be trusted.`,
debugString: `First Interactive was found at ${Util.formatMilliseconds(timeToFirstInteractive)}; however, the network request latencies were not sufficiently realistic, so the performance measurements cannot be trusted.`,
extendedInfo,
details,
};
Expand Down

0 comments on commit 63beebe

Please sign in to comment.