Skip to content

Commit

Permalink
report: change 'app' => 'web app'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 3, 2018
1 parent 7b63a66 commit 29eecce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The groups property controls how to visually group audits within a category. For
groups: {
'perf-metric': {
title: 'Metrics',
description: 'These metrics encapsulate your app\'s performance across a number of dimensions.'
description: 'These metrics encapsulate your web app\'s performance across a number of dimensions.'
},
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ As an example, here's a trace-only run that's reporting on user timings and crit
"categories": {
"performance": {
"name": "Performance Metrics",
"description": "These encapsulate your app's performance.",
"description": "These encapsulate your web app's performance.",
"audits": [
{"id": "user-timings", "weight": 1},
{"id": "critical-request-chains", "weight": 1}
Expand Down
6 changes: 3 additions & 3 deletions lighthouse-core/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ module.exports = {
groups: {
'perf-metric': {
title: 'Metrics',
description: 'These metrics encapsulate your app\'s performance across a number of dimensions.',
description: 'These metrics encapsulate your web app\'s performance across a number of dimensions.',
},
'perf-hint': {
title: 'Opportunities',
Expand Down Expand Up @@ -245,7 +245,7 @@ module.exports = {
categories: {
'performance': {
name: 'Performance',
description: 'These encapsulate your app\'s current performance and opportunities to improve it.',
description: 'These encapsulate your web app\'s current performance and opportunities to improve it.',
audits: [
{id: 'first-meaningful-paint', weight: 5, group: 'perf-metric'},
{id: 'first-interactive', weight: 5, group: 'perf-metric'},
Expand Down Expand Up @@ -295,7 +295,7 @@ module.exports = {
},
'accessibility': {
name: 'Accessibility',
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.',
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.',
audits: [
{id: 'accesskeys', weight: 1, group: 'a11y-correct-attributes'},
{id: 'aria-allowed-attr', weight: 3, group: 'a11y-aria'},
Expand Down
4 changes: 2 additions & 2 deletions lighthouse-core/test/fixtures/dbw_tester-perf-results.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@
"reportCategories": [
{
"name": "Performance",
"description": "These encapsulate your app's performance.",
"description": "These encapsulate your web app's performance.",
"audits": [
{
"id": "first-meaningful-paint",
Expand Down Expand Up @@ -2322,7 +2322,7 @@
"reportGroups": {
"perf-metric": {
"title": "Metrics",
"description": "These metrics encapsulate your app's performance across a number of dimensions."
"description": "These metrics encapsulate your web app's performance across a number of dimensions."
},
"perf-hint": {
"title": "Opportunities",
Expand Down
6 changes: 3 additions & 3 deletions lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3599,7 +3599,7 @@
},
{
"name": "Performance",
"description": "These encapsulate your app's performance.",
"description": "These encapsulate your web app's performance.",
"audits": [
{
"id": "first-meaningful-paint",
Expand Down Expand Up @@ -4954,7 +4954,7 @@
},
{
"name": "Accessibility",
"description": "These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility).",
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility).",
"audits": [
{
"id": "accesskeys",
Expand Down Expand Up @@ -6889,7 +6889,7 @@
"reportGroups": {
"perf-metric": {
"title": "Metrics",
"description": "These metrics encapsulate your app's performance across a number of dimensions."
"description": "These metrics encapsulate your web app's performance across a number of dimensions."
},
"perf-hint": {
"title": "Opportunities",
Expand Down

0 comments on commit 29eecce

Please sign in to comment.