Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web-components/src/modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down