Skip to content

Commit b31da76

Browse files
authored
Merge pull request #119190 from maciejtreder/patch-4
Fixing typo in the code snippet
2 parents fbb3110 + a3cae52 commit b31da76

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)