Skip to content

Commit ec00680

Browse files
authored
Merge pull request #86 from SuggonM/patch-1
improve clarity for comma in json
2 parents 8a9a77c + e01e424 commit ec00680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/discord-verification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ tags: guides
2020
4. Click on the domain button (the globe icon).
2121
![](../media/discord/step_4.png)
2222

23-
5. In the field that appears type your is-a.dev domain name (e.g. `example.is-a.dev`).
23+
5. In the field that appears type your is-a.dev domain name (e.g. `your-domain.is-a.dev`).
2424
![](../media/discord/step_5.png)
2525

2626
6. Copy the verification string.
2727
![](../media/discord/step_6.png)
2828

2929
### Create your domain file
3030

31-
Create a JSON file inside the `domains/` directory called `domains/_discord.example.json` with the following content:
31+
Create a JSON file inside the `domains/` directory called `domains/_discord.your-domain.json` with the following content:
3232

3333
```json
3434
{
@@ -41,7 +41,7 @@ Create a JSON file inside the `domains/` directory called `domains/_discord.exam
4141
}
4242
```
4343

44-
Please remember to add a comma after the `records` key's closing brace!
44+
**Note:** Don't forget the comma right above the `"records"` key!
4545

4646
## Configuration
4747

0 commit comments

Comments
 (0)