Skip to content

Commit 9bf3d90

Browse files
authored
Merge pull request #43651 from jpcrs/patch-1
Fix missing space
2 parents b09a497 + c99d343 commit 9bf3d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/consistency-levels-across-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When using Cassandra API or Azure Cosmos DB’s API for MongoDB, applications ge
2020

2121
## <a id="cassandra-mapping"></a>Mapping between Apache Cassandra and Azure Cosmos DB consistency levels
2222

23-
Unlike AzureCosmos DB, Apache Cassandra does not natively provide precisely defined consistency guarantees. Instead, Apache Cassandra provides a write consistency level and a read consistency level, to enable the high availability, consistency, and latency tradeoffs. When using Azure Cosmos DB’s Cassandra API:
23+
Unlike Azure Cosmos DB, Apache Cassandra does not natively provide precisely defined consistency guarantees. Instead, Apache Cassandra provides a write consistency level and a read consistency level, to enable the high availability, consistency, and latency tradeoffs. When using Azure Cosmos DB’s Cassandra API:
2424

2525
* The write consistency level of Apache Cassandra is mapped to the default consistency level configured on your Azure Cosmos account.
2626

@@ -54,4 +54,4 @@ Read more about consistency levels and compatibility between Azure Cosmos DB API
5454

5555
* [Availability and performance tradeoffs for various consistency levels](consistency-levels-tradeoffs.md)
5656
* [MongoDB features supported by the Azure Cosmos DB's API for MongoDB](mongodb-feature-support.md)
57-
* [Apache Cassandra features supported by the Azure Cosmos DB Cassandra API](cassandra-support.md)
57+
* [Apache Cassandra features supported by the Azure Cosmos DB Cassandra API](cassandra-support.md)

0 commit comments

Comments
 (0)