From a3bde8aae44553ab8af2fc0816d1f63466c89de2 Mon Sep 17 00:00:00 2001 From: Suggon Date: Wed, 11 Jun 2025 19:40:17 +0545 Subject: [PATCH 1/2] improve clarity for comma in json --- src/guides/discord-verification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/discord-verification.md b/src/guides/discord-verification.md index ab1c7bd3..4aeb19b6 100644 --- a/src/guides/discord-verification.md +++ b/src/guides/discord-verification.md @@ -41,7 +41,7 @@ Create a JSON file inside the `domains/` directory called `domains/_discord.exam } ``` -Please remember to add a comma after the `records` key's closing brace! +**Note:** Don't forget the comma right above the `"records"` key! ## Configuration From e01e4243e99780f52dc03f82058b7f0f228b73e7 Mon Sep 17 00:00:00 2001 From: Suggon Date: Wed, 11 Jun 2025 14:06:50 +0000 Subject: [PATCH 2/2] example.json -> your-domain.json to remain consistent with the screenshot --- src/guides/discord-verification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/discord-verification.md b/src/guides/discord-verification.md index 4aeb19b6..90905c8a 100644 --- a/src/guides/discord-verification.md +++ b/src/guides/discord-verification.md @@ -20,7 +20,7 @@ tags: guides 4. Click on the domain button (the globe icon). ![](../media/discord/step_4.png) -5. In the field that appears type your is-a.dev domain name (e.g. `example.is-a.dev`). +5. In the field that appears type your is-a.dev domain name (e.g. `your-domain.is-a.dev`). ![](../media/discord/step_5.png) 6. Copy the verification string. @@ -28,7 +28,7 @@ tags: guides ### Create your domain file -Create a JSON file inside the `domains/` directory called `domains/_discord.example.json` with the following content: +Create a JSON file inside the `domains/` directory called `domains/_discord.your-domain.json` with the following content: ```json {