diff --git a/aspnetcore/performance/rate-limit.md b/aspnetcore/performance/rate-limit.md index eaab61026834..ecf8a1607c51 100644 --- a/aspnetcore/performance/rate-limit.md +++ b/aspnetcore/performance/rate-limit.md @@ -158,7 +158,7 @@ In the preceding code, the `[EnableRateLimiting("sliding")]` is ***not*** applie Consider the following code which doesn't call `RequireRateLimiting` on `MapRazorPages` or `MapDefaultControllerRoute`: -:::code language="csharp" source="~/../AspNetCore.Docs.Samples/fundamentals/middleware/rate-limit/WebRate2/Program.cs" id="snippet_2" highlight="52,51"::: +:::code language="csharp" source="~/../AspNetCore.Docs.Samples/fundamentals/middleware/rate-limit/WebRate2/Program.cs" id="snippet_2" highlight="51-52"::: Consider the following controller: