From dc3398ca59a0d49dbd2b72aa448d59f6731afb8e Mon Sep 17 00:00:00 2001 From: Pavel Voronin Date: Mon, 15 Jun 2020 22:19:23 +0200 Subject: [PATCH] Fix xmldoc typo (#22938) Just removed 'for' in > Adds middleware _for_ needed for debugging Blazor WebAssembly applications --- .../Server/src/WebAssemblyNetDebugProxyAppBuilderExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/WebAssembly/Server/src/WebAssemblyNetDebugProxyAppBuilderExtensions.cs b/src/Components/WebAssembly/Server/src/WebAssemblyNetDebugProxyAppBuilderExtensions.cs index 2ad827c336..6d51d4ff9b 100644 --- a/src/Components/WebAssembly/Server/src/WebAssemblyNetDebugProxyAppBuilderExtensions.cs +++ b/src/Components/WebAssembly/Server/src/WebAssemblyNetDebugProxyAppBuilderExtensions.cs @@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Builder public static class WebAssemblyNetDebugProxyAppBuilderExtensions { /// - /// Adds middleware for needed for debugging Blazor WebAssembly applications + /// Adds middleware needed for debugging Blazor WebAssembly applications /// inside Chromium dev tools. /// public static void UseWebAssemblyDebugging(this IApplicationBuilder app)