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(); */