Skip to content

Commit fde8aa8

Browse files
committed
fix a few typos
1 parent d4dc0c9 commit fde8aa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/cosmos-db/sql-query-contains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For example, consider two properties: town and country. The cardinality of town
6969
SELECT * FROM c WHERE CONTAINS(c.country, "States", false)
7070
```
7171

72-
The first query will likely use more RUs than the second query because the cardinality of town is higher than city.
72+
The first query will likely use more RUs than the second query because the cardinality of town is higher than country.
7373

7474
## Next steps
7575

articles/cosmos-db/sql-query-endswith.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For example, consider two properties: town and country. The cardinality of town
6969
SELECT * FROM c WHERE ENDSWITH(c.country, "States", false)
7070
```
7171

72-
The first query will likely use more RUs than the second query because the cardinality of town is higher than city.
72+
The first query will likely use more RUs than the second query because the cardinality of town is higher than country.
7373

7474
## Next steps
7575

articles/cosmos-db/sql-query-stringequals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 05/20/2020
88
ms.author: tisande
99
ms.custom: query-reference
1010
---
11-
# CONTAINS (Azure Cosmos DB)
11+
# STRINGEQUALS (Azure Cosmos DB)
1212

1313
Returns a Boolean indicating whether the first string expression matches the second.
1414

0 commit comments

Comments
 (0)