Grammer in comments (#12355)

This commit is contained in:
Marcel 2019-07-19 19:25:54 +02:00 committed by Justin Kotalik
parent e451597a0a
commit c25a0d1bf5
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@
namespace Microsoft.AspNetCore.Blazor.Hosting
{
/// <summary>
/// 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.
/// </summary>
public static class BlazorWebAssemblyHost
{
/// <summary>
/// Creates a an instance of <see cref="IWebAssemblyHostBuilder"/>.
/// Creates an instance of <see cref="IWebAssemblyHostBuilder"/>.
/// </summary>
/// <returns>The <see cref="IWebAssemblyHostBuilder"/>.</returns>
public static IWebAssemblyHostBuilder CreateDefaultBuilder()