Skip to content

Commit 29eecce

Browse files
committed
report: change 'app' => 'web app'
1 parent 7b63a66 commit 29eecce

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The groups property controls how to visually group audits within a category. For
191191
groups: {
192192
'perf-metric': {
193193
title: 'Metrics',
194-
description: 'These metrics encapsulate your app\'s performance across a number of dimensions.'
194+
description: 'These metrics encapsulate your web app\'s performance across a number of dimensions.'
195195
},
196196
}
197197
}

docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ As an example, here's a trace-only run that's reporting on user timings and crit
112112
"categories": {
113113
"performance": {
114114
"name": "Performance Metrics",
115-
"description": "These encapsulate your app's performance.",
115+
"description": "These encapsulate your web app's performance.",
116116
"audits": [
117117
{"id": "user-timings", "weight": 1},
118118
{"id": "critical-request-chains", "weight": 1}

lighthouse-core/config/default.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ module.exports = {
176176
groups: {
177177
'perf-metric': {
178178
title: 'Metrics',
179-
description: 'These metrics encapsulate your app\'s performance across a number of dimensions.',
179+
description: 'These metrics encapsulate your web app\'s performance across a number of dimensions.',
180180
},
181181
'perf-hint': {
182182
title: 'Opportunities',
@@ -245,7 +245,7 @@ module.exports = {
245245
categories: {
246246
'performance': {
247247
name: 'Performance',
248-
description: 'These encapsulate your app\'s current performance and opportunities to improve it.',
248+
description: 'These encapsulate your web app\'s current performance and opportunities to improve it.',
249249
audits: [
250250
{id: 'first-meaningful-paint', weight: 5, group: 'perf-metric'},
251251
{id: 'first-interactive', weight: 5, group: 'perf-metric'},
@@ -295,7 +295,7 @@ module.exports = {
295295
},
296296
'accessibility': {
297297
name: 'Accessibility',
298-
description: 'These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.',
298+
description: 'These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.',
299299
audits: [
300300
{id: 'accesskeys', weight: 1, group: 'a11y-correct-attributes'},
301301
{id: 'aria-allowed-attr', weight: 3, group: 'a11y-aria'},

lighthouse-core/test/fixtures/dbw_tester-perf-results.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
"reportCategories": [
11271127
{
11281128
"name": "Performance",
1129-
"description": "These encapsulate your app's performance.",
1129+
"description": "These encapsulate your web app's performance.",
11301130
"audits": [
11311131
{
11321132
"id": "first-meaningful-paint",
@@ -2322,7 +2322,7 @@
23222322
"reportGroups": {
23232323
"perf-metric": {
23242324
"title": "Metrics",
2325-
"description": "These metrics encapsulate your app's performance across a number of dimensions."
2325+
"description": "These metrics encapsulate your web app's performance across a number of dimensions."
23262326
},
23272327
"perf-hint": {
23282328
"title": "Opportunities",

lighthouse-core/test/results/sample_v2.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3599,7 +3599,7 @@
35993599
},
36003600
{
36013601
"name": "Performance",
3602-
"description": "These encapsulate your app's performance.",
3602+
"description": "These encapsulate your web app's performance.",
36033603
"audits": [
36043604
{
36053605
"id": "first-meaningful-paint",
@@ -4954,7 +4954,7 @@
49544954
},
49554955
{
49564956
"name": "Accessibility",
4957-
"description": "These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility).",
4957+
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility).",
49584958
"audits": [
49594959
{
49604960
"id": "accesskeys",
@@ -6889,7 +6889,7 @@
68896889
"reportGroups": {
68906890
"perf-metric": {
68916891
"title": "Metrics",
6892-
"description": "These metrics encapsulate your app's performance across a number of dimensions."
6892+
"description": "These metrics encapsulate your web app's performance across a number of dimensions."
68936893
},
68946894
"perf-hint": {
68956895
"title": "Opportunities",

0 commit comments

Comments
 (0)