Fix typo in package description (#7435)

Fix incorrect spelling of "storage".
This commit is contained in:
Martin Costello 2019-02-11 00:25:57 +00:00 committed by David Fowler
parent 3be85751d5
commit 762206a5d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Microsoft Azure Blob storrage support as key store.</Description>
<Description>Microsoft Azure Blob storage support as key store.</Description>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>