Update distributed-data.md (#31051)

Remove extra keyword (`this`).
This commit is contained in:
Alexis Hernandez 2022-01-13 02:56:24 -07:00 committed by GitHub
parent b9a1a66058
commit 209bdf070a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.