Skip to content

Commit 4ade76f

Browse files
committed
Fix Acrolinx bugs
1 parent 4cb67e9 commit 4ade76f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/cosmos-db/nosql/query/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
- name: COUNT
7979
displayName: functions, aggregate, count
8080
href: count.md
81-
- name: MAX
81+
- name: Maximum
8282
displayName: functions, aggregate, max, maximum
8383
href: max.md
84-
- name: MIN
84+
- name: Minimum
8585
displayName: functions, aggregate, min, minimum
8686
href: min.md
8787
- name: SUM
@@ -126,7 +126,7 @@
126126
href: setunion.md
127127
- name: Conditional functions
128128
items:
129-
- name: IIF
129+
- name: Ternary conditional operator
130130
displayName: IIF, ternary, ternary conditional operator
131131
href: iif.md
132132
- name: Date and time functions
@@ -438,6 +438,6 @@
438438
- name: Pagination
439439
displayName: continuation tokens, paging, pagination
440440
href: pagination.md
441-
- name: LINQ to NoSQL
441+
- name: Linq to NoSQL
442442
displayName: linq, .NET
443443
href: linq-to-sql.md

articles/cosmos-db/nosql/query/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:Landing
22

33
title: Queries in Azure Cosmos DB for NoSQL
4-
summary: Azure Cosmos DB for NoSQL provides the ability to query data by writing queries using the Structured Query Language (SQL) as a JSON query language.
4+
summary: Azure Cosmos DB for NoSQL has the ability to query data by writing queries using the Structured Query Language (SQL) as a JSON query language.
55

66
metadata:
77
title: NoSQL queries
88
titleSuffix: Azure Cosmos DB for NoSQL
9-
description: Azure Cosmos DB for NoSQL provides the ability to query data by writing queries using the Structured Query Language (SQL) as a JSON query language.
9+
description: Azure Cosmos DB for NoSQL has the ability to query data by writing queries using the Structured Query Language (SQL) as a JSON query language.
1010
author: jcodella
1111
ms.author: jacodel
1212
ms.reviewer: sidandrews
@@ -44,9 +44,9 @@ landingContent:
4444
url: average.md
4545
- text: COUNT
4646
url: count.md
47-
- text: MAX
47+
- text: Maximum
4848
url: max.md
49-
- text: MIN
49+
- text: Minimum
5050
url: min.md
5151
- text: SUM
5252
url: sum.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
1111
ms.devlang: nosql
12-
ms.date: 02/27/2024
12+
ms.date: 08/06/2024
1313
ms.custom: query-reference
1414
---
1515

@@ -39,7 +39,7 @@ Returns a boolean expression.
3939

4040
## Examples
4141

42-
The following example checks if "abc" matches "abc" and if "abc" matches "ABC."
42+
The following example checks if `abc` matches `abc` and if `abc` matches `ABC`.
4343

4444
:::code language="nosql" source="~/cosmos-db-nosql-query-samples/scripts/stringequals/query.sql" highlight="2-4":::
4545

0 commit comments

Comments
 (0)