Skip to content

Commit cc5d862

Browse files
Varundonnemartin
Varun
authored andcommitted
Fix typo in CAP theorem section (donnemartin#205)
1 parent ab5fbeb commit cc5d862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Waiting for a response from the partitioned node might result in a timeout error
455455

456456
#### AP - availability and partition tolerance
457457

458-
Responses return the most recent version of the data available on the a node, which might not be the latest. Writes might take some time to propagate when the partition is resolved.
458+
Responses return the most recent version of the data available on a node, which might not be the latest. Writes might take some time to propagate when the partition is resolved.
459459

460460
AP is a good choice if the business needs allow for [eventual consistency](#eventual-consistency) or when the system needs to continue working despite external errors.
461461

0 commit comments

Comments
 (0)