From 7e7018608d5001533eba0c1c1728de25a6d0454a Mon Sep 17 00:00:00 2001 From: Victorio Berra Date: Tue, 4 Dec 2018 11:13:53 -0600 Subject: [PATCH] Fix spelling in AzureAppServicesHostingStartup.cs (#4390) --- .../AzureAppServicesHostingStartup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs index 5987e7cb58..d34e26494e 100644 --- a/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs +++ b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs @@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Hosting; namespace Microsoft.AspNetCore.AzureAppServices.HostingStartup { /// - /// A dynamic azure lightup experiance + /// A dynamic azure lightup experience /// public class AzureAppServicesHostingStartup : IHostingStartup {