Skip to content

Commit d89a8cb

Browse files
committed
Acrolinx updates
1 parent a63221f commit d89a8cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-app-configuration/rest-api-key-value.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Content-Type: application/vnd.microsoft.appconfig.kvset+json; charset=utf-8
143143
:::zone-end
144144
:::zone target="docs" pivot="v1,v23-10,v23-11"
145145

146-
For additional options, see the "Filtering" section later in this article.
146+
For more options, see the "Filtering" section later in this article.
147147

148148
:::zone-end
149149
:::zone target="docs" pivot="v23-10,v23-11"
@@ -235,8 +235,8 @@ GET /kv?key={key}&label={label}&api-version={api-version}
235235
:::zone-end
236236
:::zone target="docs" pivot="v23-11"
237237

238-
A combination of `key`, `label` and `tags` filtering is supported.
239-
Use the optional `key`, `label` and `tags` query string parameters.
238+
A combination of `key`, `label`, and `tags` filtering is supported.
239+
Use the optional `key`, `label`, and `tags` query string parameters.
240240
Multiple tag filters can be provided as query string parameters in the `tagName=tagValue` format. Tag filters must be an exact match.
241241

242242
```http
@@ -286,7 +286,7 @@ If a reserved character is part of the value, then it must be escaped by using `
286286

287287
***Filter validation***
288288

289-
In the case of a filter validation error, the response is HTTP `400` with error details:
289+
If filter validation fails, the response is HTTP `400` with error details:
290290

291291
```http
292292
HTTP/1.1 400 Bad Request
@@ -402,7 +402,7 @@ ETag: "4f6dd610dd5e4deebc7fbaef685fb903"
402402
}
403403
```
404404

405-
If the item is locked, you'll receive the following response:
405+
If the item is locked, the following response is returned:
406406

407407
```http
408408
HTTP/1.1 409 Conflict

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ groups:
21492149
title: Manual
21502150
# Owner: jefmarti
21512151
- id: app-service-openai
2152-
title: App Service Open AI
2152+
title: App Service OpenAI
21532153
prompt: Choose a language
21542154
pivots:
21552155
- id: openai-dotnet

0 commit comments

Comments
 (0)