Skip to content

Commit 1295932

Browse files
author
Mano Marks
authored
Merge pull request docker#251 from marciopuga/patch-1
Fix typo on 08_concurrency.md
2 parents c9ac9e1 + 20fff7c commit 1295932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12factor/08_concurrency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The app can be seen as a set of processes of different types
77
* worker
88
* cron
99

10-
Each process needs to be able to scale horizontally, it can have it's own internal multiplexing.
10+
Each process needs to be able to scale horizontally, it can have its own internal multiplexing.
1111

1212
## What does that mean for our application ?
1313

0 commit comments

Comments
 (0)