Skip to content

Commit 76762eb

Browse files
authored
Fix extra parentheses (#7545)
1 parent c55cdf1 commit 76762eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/activities/development-guides/local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The flow for setting up your production application is very similar:
5656
1. If not made yet, create a new application.
5757
2. Enable Activities for your app.
5858
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.
59-
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.
59+
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.
6060

6161
This application now uses the same configuration it will use once it is fully published ✨.
6262
![application-test-mode-prod](images/activities/application-test-mode-prod.gif)

0 commit comments

Comments
 (0)