Skip to content

Commit 0585248

Browse files
authored
chore: rephrasing for correctness
1 parent 0ff410f commit 0585248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/guide/content/docs/legacy/interactions

apps/guide/content/docs/legacy/interactions/modals.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Modals are pop-up forms that allow you to prompt users for additional input. Thi
1111

1212
## Building and responding with modals
1313

14-
Modals are a way to respond to a user interaction. Submitting the modal in turn will send a new interaction you can respond to. Discord.js offers the `ModalBuilder` class as a convenient way to build modals step by step using setters and callbacks.
14+
With the `ModalBuilder` class, discord.js offers a convenient way to build modals step by step using setters and callbacks.
1515

1616
<Callout>
1717
You can have a maximum of five components per modal, each of which can be a label or a text display component.

0 commit comments

Comments
 (0)