From acce12e166038aff2eaf711726eac6e2d301bf9a Mon Sep 17 00:00:00 2001 From: xen-42 Date: Fri, 4 Oct 2024 21:49:53 -0400 Subject: [PATCH] Fix typo --- NewHorizons/External/Configs/AddonConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Configs/AddonConfig.cs b/NewHorizons/External/Configs/AddonConfig.cs index a3e39452..66674575 100644 --- a/NewHorizons/External/Configs/AddonConfig.cs +++ b/NewHorizons/External/Configs/AddonConfig.cs @@ -41,7 +41,7 @@ namespace NewHorizons.External.Configs /// /// The path to the addons subtitle for the main menu. /// Defaults to "subtitle.png". - /// The dimensions of the Echos of the Eye subtitle is 669 x 67, so aim for that size + /// The dimensions of the Echoes of the Eye subtitle is 669 x 67, so aim for that size /// public string subtitlePath = "subtitle.png"; }