Skip to content

Commit

Permalink
Fixing typo in interactions overview (#7324)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerKaiser authored Jan 10, 2025
1 parent e57a7a2 commit 01b1165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/interactions/Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A list of all message components and details on sending and receiving component

### Modals

**[Modals](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-response-object-modal)** are single-user pop-up interfaces that allow apps to collect form-like data. Modals can only be opened in response to a user invoking on of your app's commands or message components.
**[Modals](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-response-object-modal)** are single-user pop-up interfaces that allow apps to collect form-like data. Modals can only be opened in response to a user invoking one of your app's commands or message components.

![Modals in the Discord client](overview-modals.png)

Expand Down Expand Up @@ -169,4 +169,4 @@ On the **General Overview** page, look for the **Interactive Endpoint URL** fiel

## Handling Interactions

Once your app is prepared for interactions, you can explore the [Receiving and Responding](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING) documentation which goes into the technical details of handling interactions requests in your app.
Once your app is prepared for interactions, you can explore the [Receiving and Responding](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING) documentation which goes into the technical details of handling interactions requests in your app.

0 comments on commit 01b1165

Please sign in to comment.