From 20fff7cf6e26e5b7a329e995d3361aa14dfaa403 Mon Sep 17 00:00:00 2001 From: Marcio Puga Date: Thu, 20 Apr 2017 16:49:36 +1000 Subject: [PATCH] Fix typo on 08_concurrency.md it can have it's own internal multiplexing -> it can have its own internal multiplexing --- 12factor/08_concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12factor/08_concurrency.md b/12factor/08_concurrency.md index bb5ec46..ff0432a 100644 --- a/12factor/08_concurrency.md +++ b/12factor/08_concurrency.md @@ -7,7 +7,7 @@ The app can be seen as a set of processes of different types * worker * cron -Each process needs to be able to scale horizontally, it can have it's own internal multiplexing. +Each process needs to be able to scale horizontally, it can have its own internal multiplexing. ## What does that mean for our application ?