From 637cd00f0ab9df0579aa5b0a47828190baa46af5 Mon Sep 17 00:00:00 2001 From: Amirhossein Alibakhshi Date: Sat, 8 Mar 2025 10:23:52 +0330 Subject: [PATCH] fix: rename imagery to image --- packages/web-components/src/modal/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-components/src/modal/index.ts b/packages/web-components/src/modal/index.ts index 8eb77e3d..8198d0ad 100644 --- a/packages/web-components/src/modal/index.ts +++ b/packages/web-components/src/modal/index.ts @@ -16,7 +16,7 @@ export * from "./events.ts"; * @prop {string} [description=""] - Sets the description text for the modal. * @prop {"start" | "center"} [alignment="start"] - Determines the alignment of the modal's content. * - * @slot imagery - The slot for imagery element. + * @slot image - The slot for imagery element. * @slot action-bar - The slot for actionbar element. * * @fires {ShowEvent} show - Fires when the modal should be visible. (cancelable)