From da0ac718ec59fdb71aa42d519f034c334d489bbc Mon Sep 17 00:00:00 2001 From: Nia Peeva <nia.peeva@sap.com> Date: Mon, 27 Nov 2023 10:23:34 +0200 Subject: [PATCH] docs(ui5-message-strip): reflect review comments --- packages/main/src/MessageStrip.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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<MessageStripDesign, string>; * @extends UI5Element * @public * @since 0.9.0 - * @slot {Node[]} default - Defines the text of the component. <br><br><b>Note:</b> 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. + * <br><br> + * <b>Note:</b> 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",