Skip to content

Commit d2b7d80

Browse files
committed
typos
1 parent 2a0f213 commit d2b7d80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@
446446
href: invoke-dapr-binding-policy.md
447447
- name: ip-filter
448448
href: ip-filter-policy.md
449+
- name: jsonp
450+
href: jsonp-policy.md
449451
- name: json-to-xml
450452
href: json-to-xml-policy.md
451453
- name: limit-concurrency

articles/api-management/publish-to-dapr-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The policy assumes that Dapr runtime is running in a sidecar container in the sa
3636
| ignore-error | If set to `true`, instructs the policy not to trigger ["on-error"](api-management-error-handling-policies.md) section upon receiving error from Dapr runtime. Policy expressions aren't allowed. | No | `false` |
3737
| response-variable-name | Name of the [Variables](api-management-policy-expressions.md#ContextVariables) collection entry to use for storing response from Dapr runtime. Policy expressions aren't allowed. | No | None |
3838
| timeout | Time (in seconds) to wait for Dapr runtime to respond. Can range from 1 to 240 seconds. Policy expressions are allowed. | No | 5 |
39-
| template | Templating engine to use for transforming the message content. "Liquid" is the only supported value. Policy expressions aren't allowed.| No | None |
39+
| template | Templating engine to use for transforming the message content. "Liquid" is the only supported value. | No | None |
4040
| content-type | Type of the message content. "application/json" is the only supported value. | No | None |
4141

4242
## Usage

0 commit comments

Comments
 (0)