From 4393b4f1239fab31f5408901d157d2a3bd302807 Mon Sep 17 00:00:00 2001 From: noaydev <153198641+noaydev@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:46:33 +0300 Subject: [PATCH] Fixes discord/discord-api-docs#7234 (#7236) --- docs/quick_start/Getting_Started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start/Getting_Started.mdx b/docs/quick_start/Getting_Started.mdx index 8e88867aad..5a2d2551f7 100644 --- a/docs/quick_start/Getting_Started.mdx +++ b/docs/quick_start/Getting_Started.mdx @@ -89,7 +89,7 @@ First, you'll need to create an app in the developer portal if you don't have on Enter a name for your app, then press **Create**. -After you create your app, you'll land on the **General Overview** page of the app's settings where you can update basic information about your app like its description and icon. You'll also see an **Application ID** and **Interactions Endpoint URL**, which we'll use a bit later in the guide. +After you create your app, you'll land on the **General Information** page of the app's settings where you can update basic information about your app like its description and icon. You'll also see an **Application ID** and **Interactions Endpoint URL**, which we'll use a bit later in the guide. ### Fetching your credentials