Skip to content

Commit b6fc242

Browse files
authored
fix typos (#127)
1 parent f647c32 commit b6fc242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Mask async calls as synchronous.policy.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- The policy defined in this file demonstrates how to mask an asynchronous API endpoint as if it is an synchronous one. -->
22
<!-- This is useful when modernizing APIs but some clients that call the API cannot be updated to the new behavior. -->
33

4-
<!-- API used for this example is an Azure Logic Apps (request/resposne), in which retruns HTTP 202 status code, -->
4+
<!-- API used for this example is an Azure Logic Apps (request/response), in which returns HTTP 202 status code, -->
55
<!-- and location header to retrieve the terminal payload. Retry count and interval is fixed in this example but can also be customized. -->
66

77
<policies>

0 commit comments

Comments
 (0)