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; }