From 209bdf070a51cb12a7cdc244db118bebc3594480 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Thu, 13 Jan 2022 02:56:24 -0700 Subject: [PATCH] Update distributed-data.md (#31051) Remove extra keyword (`this`). --- akka-docs/src/main/paradox/typed/distributed-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/distributed-data.md b/akka-docs/src/main/paradox/typed/distributed-data.md index 3cb12d9fe6..e18b1159b9 100644 --- a/akka-docs/src/main/paradox/typed/distributed-data.md +++ b/akka-docs/src/main/paradox/typed/distributed-data.md @@ -280,7 +280,7 @@ throws an exception, or if it fails to persist to @ref:[durable storage](#durabl #### Examples -In a 7 node cluster this these consistency properties are achieved by writing to 4 nodes +In a 7 node cluster these consistency properties are achieved by writing to 4 nodes and reading from 4 nodes, or writing to 5 nodes and reading from 3 nodes. By combining `WriteMajority` and `ReadMajority` levels a read always reflects the most recent write.