diff --git a/packages/main/src/MessageStrip.ts b/packages/main/src/MessageStrip.ts index 0ef3a9d2db1c..e944128e9d4d 100644 --- a/packages/main/src/MessageStrip.ts +++ b/packages/main/src/MessageStrip.ts @@ -77,7 +77,10 @@ type DesignTypeAnnouncemnt = Record; * @extends UI5Element * @public * @since 0.9.0 - * @slot {Node[]} default - Defines the text of the component.

Note: Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design. + * @slot {Node[]} default + * Defines the text of the component. + *

+ * Note: Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design. */ @customElement({ tag: "ui5-message-strip",