diff --git a/packages/main/src/Dialog.ts b/packages/main/src/Dialog.ts index 5a24f2e9b09d..8e6b168bcc5a 100644 --- a/packages/main/src/Dialog.ts +++ b/packages/main/src/Dialog.ts @@ -96,7 +96,7 @@ const ICON_PER_STATE: Record = { * * Note: We recommend placing popup-like components (ui5-dialog and ui5-popover) * outside any other components. Preferably the popup-like components should be placed in - * a top level container. Otherwise, in some cases the parent elements can break + * a top level HTML element. Otherwise, in some cases the parent elements can break * the position and/or z-index management of the popup-like components. * * @constructor diff --git a/packages/main/src/Popover.ts b/packages/main/src/Popover.ts index d057ea3fd8e2..88a5b0857732 100644 --- a/packages/main/src/Popover.ts +++ b/packages/main/src/Popover.ts @@ -82,7 +82,7 @@ type CalculatedPlacement = { * * Note: We recommend placing popup-like components (ui5-dialog and ui5-popover) * outside any other components. Preferably the popup-like components should be placed in - * a top level container. Otherwise, in some cases the parent elements can break + * a top level HTML element. Otherwise, in some cases the parent elements can break * the position and/or the z-index management of the popup-like components. * * @constructor