diff --git a/UsefulHints/Config.cs b/UsefulHints/Config.cs index 4590887..8bda09c 100644 --- a/UsefulHints/Config.cs +++ b/UsefulHints/Config.cs @@ -9,7 +9,7 @@ public class Config : IConfig { public bool IsEnabled { get; set; } = true; public bool Debug { get; set; } = false; - [Description("Hints Settings:")] + [Description("Hint Settings:")] public bool EnableHints { get; set; } = true; public string Scp096LookMessage { get; set; } = "You looked at SCP-096!"; public float Scp268Duration { get; set; } = 15f;