From 84f1ccf0cef110e03d23eaad712cf0e0022bb994 Mon Sep 17 00:00:00 2001 From: PabloRNC <99443080+PabloRNC@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:23:53 +0100 Subject: [PATCH] fix: Change jsdoc comments in Modal (#165) * fix: change jsdoc comments --- src/builders/Modal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builders/Modal.ts b/src/builders/Modal.ts index 56ceb0b..ad762d6 100644 --- a/src/builders/Modal.ts +++ b/src/builders/Modal.ts @@ -93,7 +93,7 @@ export class Modal { * Represents a text input component builder. * @example * const textInput = new TextInput().setLabel("Enter text"); - * textInput.setStyle(TextInputStyle.FULL); + * textInput.setStyle(TextInputStyle.Paragraph); * textInput.setPlaceholder("Type here"); * const json = textInput.toJSON(); */