From 73adf8e15e21b0c4d3b94abe4f01a78264d67cb0 Mon Sep 17 00:00:00 2001 From: Vretu-Dev Date: Sun, 20 Oct 2024 22:01:40 +0200 Subject: [PATCH] Typo fix --- UsefulHints/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;