From 242aa244ec2213a8c3ad8b884f668392994aa7ac Mon Sep 17 00:00:00 2001 From: Chris Needham Date: Fri, 20 Jan 2023 15:26:27 +0000 Subject: [PATCH] Edited app development charter to remove duplicate text --- app-development/charter.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-development/charter.md b/app-development/charter.md index 9e97c48..00453f1 100644 --- a/app-development/charter.md +++ b/app-development/charter.md @@ -13,9 +13,7 @@ The development and testing of web applications across consumer products remains ### The web development experience for consumer products -Developers typically run an HTTP server on their computer and test their web application using localhost. Each TV manufacturer has a different approach to loading a web application on a TV. Most require creating unique developer accounts, deploying an application to a hosted endpoint, or packaging the app to deploy it. This creates a slow developer feedback loop. - -Currently, each TV manufacturer has a different approach to loading a web application on a TV. Most require creating unique developer accounts, deploying an application to a hosted endpoint, or packaging the app to deploy it. Each is tedious and provides a slow developer feedback loop. +Developers typically run an HTTP server on their computer and test their web application using localhost. Currently, each TV manufacturer has a different approach to loading a web application on a TV. Most require creating unique developer accounts, deploying an application to a hosted endpoint, or packaging the app to deploy it This creates a slow developer feedback loop. ### Performance of web applications on consumer products