We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e451597 commit c25a0d1Copy full SHA for c25a0d1
src/Components/Blazor/Blazor/src/Hosting/BlazorWebAssemblyHost.cs
@@ -4,12 +4,12 @@
4
namespace Microsoft.AspNetCore.Blazor.Hosting
5
{
6
/// <summary>
7
- /// Used to to create instances a Blazor host builder for a Browser application.
+ /// Used to create an instance of Blazor host builder for a Browser application.
8
/// </summary>
9
public static class BlazorWebAssemblyHost
10
11
12
- /// Creates a an instance of <see cref="IWebAssemblyHostBuilder"/>.
+ /// Creates an instance of <see cref="IWebAssemblyHostBuilder"/>.
13
14
/// <returns>The <see cref="IWebAssemblyHostBuilder"/>.</returns>
15
public static IWebAssemblyHostBuilder CreateDefaultBuilder()
0 commit comments