Skip to content

Commit 01b1165

Browse files
Fixing typo in interactions overview (#7324)
1 parent e57a7a2 commit 01b1165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/interactions/Overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A list of all message components and details on sending and receiving component
4545

4646
### Modals
4747

48-
**[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.
48+
**[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.
4949

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

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

170170
## Handling Interactions
171171

172-
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.
172+
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 commit comments

Comments
 (0)