From e1b7d141a044658a702bf44e2a572c78213f33b2 Mon Sep 17 00:00:00 2001 From: Abe Haskins Date: Wed, 7 May 2025 18:10:29 +0000 Subject: [PATCH] Fix extra parentheses --- docs/activities/development-guides/local-development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/activities/development-guides/local-development.mdx b/docs/activities/development-guides/local-development.mdx index eab1571c0f..33591fc1b1 100644 --- a/docs/activities/development-guides/local-development.mdx +++ b/docs/activities/development-guides/local-development.mdx @@ -56,7 +56,7 @@ The flow for setting up your production application is very similar: 1. If not made yet, create a new application. 2. Enable Activities for your app. 3. Set up the application's [URL Mapping](/docs/activities/development-guides/local-development#url-mapping). The URL for your application's html should be set to the `/` route. -4. Follow the instructions for [Launching your Application from the Discord Client](/docs/activities/development-guides/local-development#launch-your-application-from-the-discord-client)). Application URL Override should not be enabled. +4. Follow the instructions for [Launching your Application from the Discord Client](/docs/activities/development-guides/local-development#launch-your-application-from-the-discord-client). Application URL Override should not be enabled. This application now uses the same configuration it will use once it is fully published ✨. ![application-test-mode-prod](images/activities/application-test-mode-prod.gif)