Skip to content

Commit e041a1d

Browse files
authored
Merge pull request #71 from rameel/fix-description
Fix grammar in .csproj description
2 parents d25d16c + 810aee1 commit e041a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ramstack.FileSystem.Physical/Ramstack.FileSystem.Physical.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
5-
<Description>Provides an implementation of Ramstack.FileSystem based on local file system.</Description>
5+
<Description>Provides an implementation of Ramstack.FileSystem based on the local file system.</Description>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<LangVersion>preview</LangVersion>

0 commit comments

Comments
 (0)