From 7e8f93e57db6c016906121b9a868d1d767dd5edb Mon Sep 17 00:00:00 2001 From: Chetan Nair <93496359+ChetanNair@users.noreply.github.com> Date: Sun, 31 Jul 2022 09:44:43 -0700 Subject: [PATCH] Fix typo (#694) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 952c7fbe..9f0be486 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ Waiting for a response from the partitioned node might result in a timeout error Responses return the most readily available version of the data available on any node, which might not be the latest. Writes might take some time to propagate when the partition is resolved. -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. +AP is a good choice if the business needs to allow for [eventual consistency](#eventual-consistency) or when the system needs to continue working despite external errors. ### Source(s) and further reading