Skip to content

Commit c55019a

Browse files
Merge pull request #34506 from salpelter/patch-1
Fix inaccurate code snippet highlighting
2 parents 0e2adf1 + c8390ab commit c55019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The request handling pipeline is composed as a series of middleware components.
7171

7272
By convention, a middleware component is added to the pipeline by invoking a `Use{Feature}` extension method. The use of methods named `Use{Feature}` to add middleware to an app is illustrated in the following code:
7373

74-
:::code language="csharp" source="~/fundamentals/index/samples/9.0/BlazorWebAppMovies/Program.cs" id="snippet_middleware" highlight="24-26,29,32":::
74+
:::code language="csharp" source="~/fundamentals/index/samples/9.0/BlazorWebAppMovies/Program.cs" id="snippet_middleware" highlight="26-28,30,32":::
7575

7676
For more information, see <xref:fundamentals/middleware/index>.
7777

0 commit comments

Comments
 (0)