Skip to content

Commit

Permalink
chore: fixed a typo in JSON examples (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Dec 13, 2024
1 parent 0daca5a commit c2dc3d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/base-docs/tutorials/docs/2_dynamic-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ irys upload image-level-3.png \

Create three metadata files similar to the ones below. Make sure to change the value of the image field to match the URLs generated in the previous step.

```jason filename="metadata-level-1.json"
```json filename="metadata-level-1.json"
{
"name": "SuperMon",
"symbol": "SMON",
Expand All @@ -202,7 +202,7 @@ Create three metadata files similar to the ones below. Make sure to change the v
}
```

```jason filename="metadata-level-2.json"
```json filename="metadata-level-2.json"
{
"name": "SuperMon",
"symbol": "SMON",
Expand All @@ -218,7 +218,7 @@ Create three metadata files similar to the ones below. Make sure to change the v
}
```

```jason filename="metadata-level-3.json"
```json filename="metadata-level-3.json"
{
"name": "SuperMon",
"symbol": "SMON",
Expand Down

0 comments on commit c2dc3d1

Please sign in to comment.