Fix xmldoc typo (#22938)
Just removed 'for' in > Adds middleware _for_ needed for debugging Blazor WebAssembly applications
This commit is contained in:
parent
dc472b737e
commit
dc3398ca59
|
|
@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Builder
|
||||||
public static class WebAssemblyNetDebugProxyAppBuilderExtensions
|
public static class WebAssemblyNetDebugProxyAppBuilderExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds middleware for needed for debugging Blazor WebAssembly applications
|
/// Adds middleware needed for debugging Blazor WebAssembly applications
|
||||||
/// inside Chromium dev tools.
|
/// inside Chromium dev tools.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static void UseWebAssemblyDebugging(this IApplicationBuilder app)
|
public static void UseWebAssemblyDebugging(this IApplicationBuilder app)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue