From ee0167a059b0d69339200a77da32888e981b8566 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 16 Dec 2024 10:29:46 -0500 Subject: [PATCH] fix jsdoc --- src/components/animated-image/animated-image.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/animated-image/animated-image.ts b/src/components/animated-image/animated-image.ts index 8e1e26de0..b03fbc0c2 100644 --- a/src/components/animated-image/animated-image.ts +++ b/src/components/animated-image/animated-image.ts @@ -21,7 +21,7 @@ import styles from './animated-image.css'; * @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. + * @csspart 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.