Fix typo "Giant's Foundry" -> "Giants' Foundry"

This commit is contained in:
Markus Tran
2025-01-27 12:20:21 -08:00
committed by GitHub
parent f12d7f32c4
commit 7ae29245e6
4 changed files with 7 additions and 7 deletions

View File

@@ -35,8 +35,8 @@ import java.util.Set;
@Slf4j
@PluginDescriptor(
name = "Easy Giant's Foundry",
description = "Helpful overlays for the Giant's Foundry minigame"
name = "Easy Giants' Foundry",
description = "Helpful overlays for the Giants' Foundry minigame"
)
public class EasyGiantsFoundryPlugin extends Plugin
{