Fix xmldoc typo (#22938)

Just removed 'for'  in

> Adds middleware _for_ needed for debugging Blazor WebAssembly applications
This commit is contained in:
Pavel Voronin 2020-06-15 22:19:23 +02:00 committed by GitHub
parent dc472b737e
commit dc3398ca59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Builder
public static class WebAssemblyNetDebugProxyAppBuilderExtensions
{
/// <summary>
/// Adds middleware for needed for debugging Blazor WebAssembly applications
/// Adds middleware needed for debugging Blazor WebAssembly applications
/// inside Chromium dev tools.
/// </summary>
public static void UseWebAssemblyDebugging(this IApplicationBuilder app)