Skip to content

Commit c25a0d1

Browse files
Marcel0024jkotalik
authored andcommitted
Grammer in comments (#12355)
1 parent e451597 commit c25a0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Blazor/Blazor/src/Hosting/BlazorWebAssemblyHost.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
namespace Microsoft.AspNetCore.Blazor.Hosting
55
{
66
/// <summary>
7-
/// Used to to create instances a Blazor host builder for a Browser application.
7+
/// Used to create an instance of Blazor host builder for a Browser application.
88
/// </summary>
99
public static class BlazorWebAssemblyHost
1010
{
1111
/// <summary>
12-
/// Creates a an instance of <see cref="IWebAssemblyHostBuilder"/>.
12+
/// Creates an instance of <see cref="IWebAssemblyHostBuilder"/>.
1313
/// </summary>
1414
/// <returns>The <see cref="IWebAssemblyHostBuilder"/>.</returns>
1515
public static IWebAssemblyHostBuilder CreateDefaultBuilder()

0 commit comments

Comments
 (0)