Skip to content

Commit 5476243

Browse files
addyosmanibrendankenny
authored andcommitted
Replace instances of 'not unfunctioning' with 'still functional' (#764)
Unfunctioning is not a real word :)
1 parent a06bd85 commit 5476243

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lighthouse-cli/test/fixtures/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
{
483483
"overall": 1,
484484
"name": "Site is progressively enhanced",
485-
"description": "Progressive enhancement means that everyone can access the basic content and functionality of a page in any browser, and those without certain browser features may receive a reduced but not unfunctioning experience.",
485+
"description": "Progressive enhancement means that everyone can access the basic content and functionality of a page in any browser, and those without certain browser features may receive a reduced but still functional experience.",
486486
"subItems": [
487487
"without-javascript"
488488
]

lighthouse-core/config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
}
132132
}, {
133133
"name": "Site is progressively enhanced",
134-
"description": "Progressive enhancement means that everyone can access the basic content and functionality of a page in any browser, and those without certain browser features may receive a reduced but not unfunctioning experience.",
134+
"description": "Progressive enhancement means that everyone can access the basic content and functionality of a page in any browser, and those without certain browser features may receive a reduced but still functional experience.",
135135
"audits": {
136136
"without-javascript": {
137137
"expectedValue": true,

lighthouse-core/test/results/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
{
474474
"overall": 1,
475475
"name": "Site is progressively enhanced",
476-
"description": "Progressive enhancement means that everyone can access the basic content and functionality of a page in any browser, and those without certain browser features may receive a reduced but not unfunctioning experience.",
476+
"description": "Progressive enhancement means that everyone can access the basic content and functionality of a page in any browser, and those without certain browser features may receive a reduced but still functional experience.",
477477
"subItems": [
478478
"without-javascript"
479479
]

0 commit comments

Comments
 (0)