Fix spelling in AzureAppServicesHostingStartup.cs (#4390)

This commit is contained in:
Victorio Berra 2018-12-04 11:13:53 -06:00 committed by Nate McMaster
parent c7d6364900
commit 7e7018608d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Hosting;
namespace Microsoft.AspNetCore.AzureAppServices.HostingStartup
{
/// <summary>
/// A dynamic azure lightup experiance
/// A dynamic azure lightup experience
/// </summary>
public class AzureAppServicesHostingStartup : IHostingStartup
{