docs: fix CAP theorem acronym resolution (#1644)

The `P` in `CAP` stands for network partition tolerance (see https://en.wikipedia.org/wiki/CAP_theorem).
This commit is contained in:
Patrik 2021-04-22 12:54:42 +02:00 committed by GitHub
parent b742166af5
commit ae32ef8830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ This information is then passed to **command validation** for processing of the
- Transaction safety is a MUST
- Availability MUST be high
> When we classify this with the CAP theorem we would choose **Consistent** and **Available** but leave **Performance** aside.
> When we classify this with the CAP theorem we would choose **Consistent** and **Available** but leave **Partition Tolerance** aside.
### Component Spooler