Skip to content

Commit 4da9062

Browse files
author
gitName
committed
typos
1 parent a6969a5 commit 4da9062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/api-management/api-management-howto-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ With caching policies shown in this example, the first request to a test operati
5252
1. In the **Inbound processing** section, select the **</>** icon.
5353
:::image type="content" source="media/api-management-howto-cache/code-editor.png" alt-text="Screenshot of the API Management policy editor in the portal.":::
5454

55-
8. In the **Inbound** element, add the following policy:
55+
8. In the `inbound` element, add the following policy:
5656

5757
```xml
5858
<cache-lookup vary-by-developer="false" vary-by-developer-groups="false">
@@ -62,7 +62,7 @@ With caching policies shown in this example, the first request to a test operati
6262
</cache-lookup>
6363
```
6464

65-
9. In the **Outbound** element, add the following policy:
65+
9. In the `outbound` element, add the following policy:
6666

6767
```xml
6868
<cache-store duration="20" />

articles/api-management/import-api-from-oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ After importing the API, if needed, you can update the settings by using the [Se
103103

104104
In the portal, use the OpenAPI specification editor to view, validate, or edit the specification for the API that you imported.
105105

106-
TO use the OpenAPI specification editor:
106+
To use the OpenAPI specification editor:
107107

108108
1. In the Azure portal, navigate to your API Management instance.
109109
1. In the left menu, under **APIs**, select **APIs** > **\<your API\>** > **All operations**.

0 commit comments

Comments
 (0)