Skip to content

Commit 171eeb8

Browse files
Fix typo in Isolated package description (#63)
_Unimportant, but noticed and can't unsee it 🙃_
1 parent 7cf65de commit 171eeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNet.ReproducibleBuilds.Isolated/DotNet.ReproducibleBuilds.Isolated.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Nuget properties -->
1111
<PropertyGroup>
1212
<DevelopmentDependency>true</DevelopmentDependency>
13-
<Description>Enables reproducible build settings, isolating build from side effects of other installed software on the samemachine.</Description>
13+
<Description>Enables reproducible build settings, isolating build from side effects of other installed software on the same machine.</Description>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)