Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vretu-Dev committed Oct 20, 2024
1 parent 5c1f91b commit 73adf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UsefulHints/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 73adf8e

Please sign in to comment.