Skip to content

Commit 84d0f13

Browse files
SimonCroppmmanela
authored andcommitted
fix typos
1 parent b2bd05c commit 84d0f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DiffPlex/DiffPlex.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFrameworks>net35;net40;netstandard1.0;netstandard2.0;net6.0</TargetFrameworks>
55
<Version>1.7.2</Version>
66
<PackageTags>diff</PackageTags>
7-
<Description>DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.</Description>
8-
<PackageReleaseNotes>Fixed diffing of sub-components (like words). Ensures ignoreWhitespace and ignoreCase are honoroed in that case and that the parent reflects modification state of the child.</PackageReleaseNotes>
7+
<Description>DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.</Description>
8+
<PackageReleaseNotes>Fixed diffing of sub-components (like words). Ensures ignoreWhitespace and ignoreCase are honored in that case and that the parent reflects modification state of the child.</PackageReleaseNotes>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
</PropertyGroup>
1111
<ItemGroup>

0 commit comments

Comments
 (0)