From c2dc3d151646999e62bd0db1e1ddeb1a85443f73 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:46:58 +0200 Subject: [PATCH] chore: fixed a typo in JSON examples (#1386) --- apps/base-docs/tutorials/docs/2_dynamic-nfts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base-docs/tutorials/docs/2_dynamic-nfts.md b/apps/base-docs/tutorials/docs/2_dynamic-nfts.md index 3dda54365f..f65bef44e1 100644 --- a/apps/base-docs/tutorials/docs/2_dynamic-nfts.md +++ b/apps/base-docs/tutorials/docs/2_dynamic-nfts.md @@ -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", @@ -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", @@ -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",