From 2b7dc32d80c34f5d5b8c52f04d5f6883dfdad2cd Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:56:46 -0700 Subject: [PATCH] Fix typo --- src/ui/move-info-overlay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/move-info-overlay.ts b/src/ui/move-info-overlay.ts index 937c481a997..f98630260db 100644 --- a/src/ui/move-info-overlay.ts +++ b/src/ui/move-info-overlay.ts @@ -27,7 +27,7 @@ export interface MoveInfoOverlaySettings { y?: number; /** Width of the component, unaffected by scaling. Defaults to half the screen width. */ width?: number; - /* Whether to display the small secondary box */ + /** Whether to display the small secondary box */ hideEffectBox?: boolean; hideBg?: boolean; }