Fix spelling in AzureAppServicesHostingStartup.cs (#4390)
This commit is contained in:
parent
c7d6364900
commit
7e7018608d
|
|
@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Hosting;
|
||||||
namespace Microsoft.AspNetCore.AzureAppServices.HostingStartup
|
namespace Microsoft.AspNetCore.AzureAppServices.HostingStartup
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A dynamic azure lightup experiance
|
/// A dynamic azure lightup experience
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class AzureAppServicesHostingStartup : IHostingStartup
|
public class AzureAppServicesHostingStartup : IHostingStartup
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue