From 379561f929d4da1f4e23f3bf10ed9b752c4fe3c7 Mon Sep 17 00:00:00 2001 From: Spencer Kaiser Date: Fri, 3 Jan 2025 01:23:30 -0600 Subject: [PATCH] Fixing typo in interactions overview --- docs/interactions/Overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/interactions/Overview.mdx b/docs/interactions/Overview.mdx index 0458640f88..8c3394a609 100644 --- a/docs/interactions/Overview.mdx +++ b/docs/interactions/Overview.mdx @@ -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) @@ -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. \ No newline at end of file +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.