diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/modal/properties.md b/packages/dnb-design-system-portal/src/docs/uilib/components/modal/properties.md index e5ff4aee90e..860f1716357 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/components/modal/properties.md +++ b/packages/dnb-design-system-portal/src/docs/uilib/components/modal/properties.md @@ -23,7 +23,7 @@ showTabs: true | `open_state` | _(optional)_ use this prop to control the open/close state by setting either: `opened` / `closed` or `true` / `false`. | | `open_delay` | _(optional)_ forces the modal/drawer to delay the opening. The delay is given in `ms`. | | `close_title` | _(optional)_ the title of the close button. Defaults to _Close Modal Window_. | -| `hide_close_button` | _(optional)_ if truthy, the close button will now be shown. | +| `hide_close_button` | _(optional)_ if truthy, the close button will not be shown. | | `close_button_attributes` | _(optional)_ define any valid Eufemia Button property or HTML attribute inside an object. | | `no_animation` | _(optional)_ if set to `true`, no open/close animation will be shown. Defaults to false. | | `no_animation_on_mobile` | _(optional)_ same as `no_animation`, but gets triggered only if the viewport width is less than `40em`. Defaults to false. |