Skip to content

Commit edd44f6

Browse files
committed
Refine "Confirm Dialog" documentation: adjusted phrasing for configuration options.
1 parent beef010 commit edd44f6

File tree

1 file changed

+2
-2
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/modals

1 file changed

+2
-2
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/modals/confirm-dialog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ center-aligned modal in the backoffice.
1010
Extension authors do not need to register the dialog in their extension's manifest, instead these dialogs are opened by
1111
importing and calling the `umbOpenModal` function.
1212

13-
Extension authors can customize the dialog with several configuration options, such as the headline, body content,
14-
colors, and button labels.
13+
Extension authors can customize the dialog with configuration options such as headline, body content, colors, and
14+
button labels.
1515

1616
* `headline` - The headline of the modal.
1717
* `content` - The content of the modal, which can be a TemplateResult or a string.

0 commit comments

Comments
 (0)