Skip to content

Commit

Permalink
cache start url audit is Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Aug 11, 2016
1 parent ea23dbd commit 65778d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/cache-start-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CacheStartUrl extends Audit {
return {
category: 'Manifest',
name: 'cache-start-url',
description: 'Cache contains start_url from manifest',
description: 'Cache contains start_url from manifest (alpha)',
requiredArtifacts: ['CacheContents', 'Manifest', 'URL']
};
}
Expand Down

0 comments on commit 65778d1

Please sign in to comment.