Skip to content

Commit dc3398c

Browse files
authored
Fix xmldoc typo (#22938)
Just removed 'for' in > Adds middleware _for_ needed for debugging Blazor WebAssembly applications
1 parent dc472b7 commit dc3398c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/Server/src/WebAssemblyNetDebugProxyAppBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Builder
1111
public static class WebAssemblyNetDebugProxyAppBuilderExtensions
1212
{
1313
/// <summary>
14-
/// Adds middleware for needed for debugging Blazor WebAssembly applications
14+
/// Adds middleware needed for debugging Blazor WebAssembly applications
1515
/// inside Chromium dev tools.
1616
/// </summary>
1717
public static void UseWebAssemblyDebugging(this IApplicationBuilder app)

0 commit comments

Comments
 (0)