Skip to content

Commit

Permalink
fix(ui5-popover): improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorTaushanov committed Nov 21, 2023
1 parent ff7d00d commit 7043235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/main/src/Dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const ICON_PER_STATE: Record<ValueStateWithIcon, string> = {
*
* <b>Note: </b> We recommend placing popup-like components (<code>ui5-dialog</code> and <code>ui5-popover</code>)
* 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
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/Popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type CalculatedPlacement = {
*
* <b>Note: </b> We recommend placing popup-like components (<code>ui5-dialog</code> and <code>ui5-popover</code>)
* 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
Expand Down

0 comments on commit 7043235

Please sign in to comment.