From 00895fb778259d395851f760079e5c18e1bdefe4 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 22 Apr 2020 19:40:39 +0200 Subject: [PATCH] fix typo in CosmosDB docs --- docs/src/main/paradox/cosmosdb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/paradox/cosmosdb.md b/docs/src/main/paradox/cosmosdb.md index 415fde72e..7716007ad 100644 --- a/docs/src/main/paradox/cosmosdb.md +++ b/docs/src/main/paradox/cosmosdb.md @@ -9,8 +9,8 @@ [CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/) is a wire compatible replacement for Cassandra. Initial testing shows that most things are working. There is one issue related to deletes. -Delete of events isn't supported because CosmosDB has a different behavior for clustering columns than Cassandra. -This is probably will probably be fixed in CosmosDB. +Delete of events isn't supported because CosmosDB doesn't support range deletes yet, and has a different behavior +for clustering columns than Cassandra. This will probably be fixed in CosmosDB. When using CosmosDB you need to configure: