Skip to content

Commit

Permalink
Replace instances of 'not unfunctioning' with 'still functional' (#764)
Browse files Browse the repository at this point in the history
Unfunctioning is not a real word :)
  • Loading branch information
addyosmani authored and brendankenny committed Oct 11, 2016
1 parent a06bd85 commit 5476243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lighthouse-cli/test/fixtures/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
{
"overall": 1,
"name": "Site is progressively enhanced",
"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.",
"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.",
"subItems": [
"without-javascript"
]
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
}, {
"name": "Site is progressively enhanced",
"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.",
"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.",
"audits": {
"without-javascript": {
"expectedValue": true,
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/test/results/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
{
"overall": 1,
"name": "Site is progressively enhanced",
"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.",
"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.",
"subItems": [
"without-javascript"
]
Expand Down

0 comments on commit 5476243

Please sign in to comment.