Skip to content

Commit 117f751

Browse files
committed
typos
1 parent f8c0043 commit 117f751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-transformation-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: reference
9-
ms.date: 03/07/2022
9+
ms.date: 12/08/2022
1010
ms.author: danlep
1111
---
1212

@@ -399,8 +399,8 @@ Since we are not reserving the original request body, accessing it later in the
399399

400400
```
401401

402-
#### Example accessng the body as URL-encoded form data
403-
The following example uses the `AsFormUrlEncodedContent()` expression to access the request body as URL-encoded form data (`application/x-www-form-urlencoded`), and then converts it to JSON. Since we are not reserving the original request body, accessing it later in the pipeline will result in an exception.
402+
#### Example accessing the body as URL-encoded form data
403+
The following example uses the `AsFormUrlEncodedContent()` expression to access the request body as URL-encoded form data (content type `application/x-www-form-urlencoded`), and then converts it to JSON. Since we are not reserving the original request body, accessing it later in the pipeline will result in an exception.
404404

405405
```xml
406406
<set-body

0 commit comments

Comments
 (0)