From 762206a5d80ac57255802ed4f3f56eda1f543e72 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 11 Feb 2019 00:25:57 +0000 Subject: [PATCH] Fix typo in package description (#7435) Fix incorrect spelling of "storage". --- .../src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj index e53367e38d..a5a03e9ab0 100644 --- a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj +++ b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj @@ -1,7 +1,7 @@  - Microsoft Azure Blob storrage support as key store. + Microsoft Azure Blob storage support as key store. netcoreapp3.0 true true