Skip to content

Commit 57ee538

Browse files
chore: rephrasing for correctness
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
1 parent 0c396fa commit 57ee538

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
@@ -36,7 +36,7 @@ client.on(Events.InteractionCreate, async (interaction) => {
3636
can use it to differentiate incoming interactions.
3737
</Callout>
3838

39-
The next step is adding components to the modal. Modal components represent input fields and come in different types depending on which information you want from the user.
39+
The next step is adding components to the modal, which may either request input or present information.
4040

4141
### Label
4242

0 commit comments

Comments
 (0)