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)