From 5d9560bf641f611ec2adcaf5d4fc0b0528bf3428 Mon Sep 17 00:00:00 2001 From: Adam Wiggins Date: Tue, 22 Nov 2011 17:16:58 -0800 Subject: [PATCH] tone down first sentence --- content/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/intro.md b/content/intro.md index 3af5e10..aa455c8 100644 --- a/content/intro.md +++ b/content/intro.md @@ -1,7 +1,7 @@ Introduction ============ -In the modern era, software is almost always delivered as a service: called *web apps*, or *software-as-a-service*. The twelve-factor app is a methodology for building software-as-a-service apps that: +In the modern era, software commonly delivered as a service: called *web apps*, or *software-as-a-service*. The twelve-factor app is a methodology for building software-as-a-service apps that: * Use **declarative** formats for setup automation, to minimize time and cost for new developers joining the project; * Have a **clean contract** with the underlying operating system, offering **maximum portability** between execution environments;