Skip to content

Commit cc2e484

Browse files
committed
Switch list to - rather than * to enable linting
1 parent ceb111f commit cc2e484

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/dotnet/dotnet-aspnetcore-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10
308308

309309
**[1]:** Requests could be:
310310

311-
* Rejected by global or endpoint rate limiting policies
312-
* Canceled while waiting for the lease.
311+
- Rejected by global or endpoint rate limiting policies
312+
- Canceled while waiting for the lease.
313313

314314
Meter name: `Microsoft.AspNetCore.RateLimiting`; Added in: ASP.NET Core 8.0
315315

model/aspnetcore/metrics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ groups:
154154
note: |
155155
Requests could be:
156156
157-
* Rejected by global or endpoint rate limiting policies
158-
* Canceled while waiting for the lease.
157+
- Rejected by global or endpoint rate limiting policies
158+
- Canceled while waiting for the lease.
159159
160160
Meter name: `Microsoft.AspNetCore.RateLimiting`; Added in: ASP.NET Core 8.0
161161
extends: aspnetcore.common.rate_limiting.metrics.attributes

0 commit comments

Comments
 (0)