Skip to content

Commit a3cae52

Browse files
authored
Fixing typo in the code snippet
Making snippet more copy-pasteable
1 parent aae7bee commit a3cae52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/rate-limit-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To understand the difference between rate limits and quotas, [see Rate limits an
2929
remaining-calls-header-name="header name"
3030
remaining-calls-variable-name="policy expression variable name"
3131
total-calls-header-name="header name">
32-
<api name="API name" id="API id" calls="number" renewal-period="seconds" />
32+
<api name="API name" id="API id" calls="number" renewal-period="seconds" >
3333
<operation name="operation name" id="operation id" calls="number" renewal-period="seconds" />
3434
</api>
3535
</rate-limit>

0 commit comments

Comments
 (0)