From 35c2e91c1009366a484e0c5654c6c5336aab04d4 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Tue, 11 Oct 2016 07:45:37 -0700 Subject: [PATCH] Replace instances of 'not unfunctioning' with 'still functional' Unfunctioning is not a real word :) --- lighthouse-cli/test/fixtures/sample.json | 2 +- lighthouse-core/config/default.json | 2 +- lighthouse-core/test/results/sample.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lighthouse-cli/test/fixtures/sample.json b/lighthouse-cli/test/fixtures/sample.json index 20730e4640c5..86b6b102031e 100644 --- a/lighthouse-cli/test/fixtures/sample.json +++ b/lighthouse-cli/test/fixtures/sample.json @@ -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" ] diff --git a/lighthouse-core/config/default.json b/lighthouse-core/config/default.json index a443885280ef..aa9f2afc72d4 100644 --- a/lighthouse-core/config/default.json +++ b/lighthouse-core/config/default.json @@ -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, diff --git a/lighthouse-core/test/results/sample.json b/lighthouse-core/test/results/sample.json index a2e1aecfefda..045bbd9abaef 100644 --- a/lighthouse-core/test/results/sample.json +++ b/lighthouse-core/test/results/sample.json @@ -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" ]