Skip to content

Commit 93e30bc

Browse files
committed
ref(concepts): 12 factor apps
1 parent dfff52d commit 93e30bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/understanding-deis/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deis is a lightweight application platform that deploys and scales Twelve-Factor apps as Docker containers across a cluster of Kubernetes minions.
44

5-
## Twelve-Factor
5+
## Twelve-Factor Applications
66

77
The [Twelve-Factor App][] is a methodology for building modern
88
applications that can be scaled across a distributed system.
@@ -11,7 +11,7 @@ We consider it an invaluable synthesis of much experience with
1111
software-as-a-service apps in the wild, especially on the
1212
Heroku platform.
1313

14-
Deis is designed to run applications that adhere to [Twelve-Factor App][]
14+
Workflow is designed to run applications that adhere to [Twelve-Factor App][]
1515
methodology and best practices.
1616

1717
## Docker

0 commit comments

Comments
 (0)