Skip to content

Commit a5e5037

Browse files
authored
Typo "conidering" changed to "considering" (#21165)
Typo "conidering" in the following sentence under "The CAP theorem" section should be changed to "considering": "> Nowadays, care must be taken when conidering the CAP theorem constraints."
1 parent 7efc2df commit a5e5037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/cloud-native/relational-vs-nosql-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This kind of result is known as eventual consistency, a characteristic of distri
6060

6161
High availability and massive scalability are often more critical to the business than strong consistency. Developers can implement techniques and patterns such as Sagas, CQRS, and asynchronous messaging to embrace eventual consistency.
6262

63-
> Nowadays, care must be taken when conidering the CAP theorem constraints. A new type of database, called NewSQL, has emerged which extends the relational database engine to support both horizontal scalability and the scalable performance of NoSQL systems.
63+
> Nowadays, care must be taken when considering the CAP theorem constraints. A new type of database, called NewSQL, has emerged which extends the relational database engine to support both horizontal scalability and the scalable performance of NoSQL systems.
6464
6565
## Considerations for relational vs. NoSQL systems
6666

0 commit comments

Comments
 (0)