From b86dd54bb8f8852e2f5c9e6e4b489d10d2ce5b31 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Thu, 25 Jan 2024 16:03:55 -0500 Subject: [PATCH] fix animated image documentation for CSS part --- src/components/animated-image/animated-image.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/animated-image/animated-image.component.ts b/src/components/animated-image/animated-image.component.ts index d301618d..9b07cc06 100644 --- a/src/components/animated-image/animated-image.component.ts +++ b/src/components/animated-image/animated-image.component.ts @@ -20,7 +20,7 @@ import type { CSSResultGroup } from 'lit'; * @slot play-icon - Optional play icon to use instead of the default. Works best with ``. * @slot pause-icon - Optional pause icon to use instead of the default. Works best with ``. * - * @part - control-box - The container that surrounds the pause/play icons and provides their background. + * @part control-box - The container that surrounds the pause/play icons and provides their background. * * @cssproperty --control-box-size - The size of the icon box. * @cssproperty --icon-size - The size of the play/pause icons.