Skip to content

Commit

Permalink
Update helpText string
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Sep 24, 2016
1 parent d994cc7 commit e08708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/dobetterweb/uses-http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class UsesHTTP2Audit extends Audit {
category: 'Performance',
name: 'uses-http2',
description: 'Site uses HTTP/2 for its own resources',
helpText: 'h2 offers many benefits over its predecessor HTTP/1.1: binary, multiplexing, server push, etc. See <a href="https://http2.github.io/faq/" target="_blank">this FAQ</a> for more information.',
helpText: 'h2 offers many benefits over its http/1.1 predecessor: binary, multiplexing, server push, etc. See <a href="https://http2.github.io/faq/" target="_blank">this FAQ</a> for more information.',
requiredArtifacts: ['SameOriginResources']
};
}
Expand Down

0 comments on commit e08708f

Please sign in to comment.