From 434a8426574ec965dac7fca98b93cdaf65c483f9 Mon Sep 17 00:00:00 2001 From: Misaka_ZeroTwo Date: Mon, 15 Nov 2021 22:05:20 +0800 Subject: [PATCH] Fix typo --- Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.cs b/Config.cs index fe57293..04a482c 100644 --- a/Config.cs +++ b/Config.cs @@ -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"); } }