Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Nov 15, 2021
1 parent a317ec0 commit 434a842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace BetterMute
public class Config : IConfig
{
public bool IsEnabled { get; set; } = true;
[Description("Path of the Mute files")]
[Description("Path of the Mute file")]
public string DataDir { get; set; } = Path.Combine(Paths.Plugins, "BetterMute");
}
}

0 comments on commit 434a842

Please sign in to comment.