Skip to content

Commit 65778d1

Browse files
authored
cache start url audit is Alpha
1 parent ea23dbd commit 65778d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-core/audits/cache-start-url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CacheStartUrl extends Audit {
2828
return {
2929
category: 'Manifest',
3030
name: 'cache-start-url',
31-
description: 'Cache contains start_url from manifest',
31+
description: 'Cache contains start_url from manifest (alpha)',
3232
requiredArtifacts: ['CacheContents', 'Manifest', 'URL']
3333
};
3434
}

0 commit comments

Comments
 (0)