Fix typo in package description

This commit is contained in:
Patrik Svensson 2020-11-25 12:16:26 +01:00
parent b0b988a1e7
commit 01fdbac51e

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks> <TargetFrameworks>netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Description>A library that extends Spectre.Console with ImageSharp super powers.</Description> <Description>A library that extends Spectre.Console with ImageSharp superpowers.</Description>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>