Skip to content

Commit 3491274

Browse files
committed
Update comment
1 parent 96e95bf commit 3491274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ha-wa-dialog.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export type DialogWidthOnTitleClick = DialogWidth | "none";
1818
* @extends {LitElement}
1919
*
2020
* @summary
21-
* A stylable dialog built using the `wa-dialog` component, providing the standard header (ha-dialog-header),
22-
* body, and footer (when used in conjunction with `ha-dialog-footer`) with slots, sizing, and keyboard handling.
21+
* A stylable dialog built using the `wa-dialog` component, providing a standardized header (ha-dialog-header),
22+
* body, and footer (preferably using `ha-dialog-footer`) with slots
2323
*
2424
* You can open and close the dialog declaratively by using the `data-dialog="close"` attribute.
2525
* @see https://webawesome.com/docs/components/dialog/#opening-and-closing-dialogs-declaratively
@@ -31,7 +31,7 @@ export type DialogWidthOnTitleClick = DialogWidth | "none";
3131
* @slot subtitle - Header subtitle, shown under the title.
3232
* @slot actionItems - Trailing header actions (e.g. buttons, menus).
3333
* @slot - Dialog content body.
34-
* @slot footer - Dialog footer content; typically action buttons.
34+
* @slot footer - Dialog footer content.
3535
*
3636
* @csspart dialog - The dialog surface.
3737
* @csspart header - The header container.

0 commit comments

Comments
 (0)