From 23a2f08c62f1fdecf80ab9493970c57c19b25b4c Mon Sep 17 00:00:00 2001 From: Alexander Poole Date: Sat, 18 Sep 2021 19:42:54 +0200 Subject: [PATCH] doc: change jeson to json --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 4546b55..c759b87 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -155,7 +155,7 @@ Now let's calculate the witness: snarkjs wtns calculate circuit.wasm input.json witness.wtns ``` -To see the witness.wtns file, you can export it to jeson and take a look +To see the witness.wtns file, you can export it to json and take a look ```sh snarkjs wtns export json witness.wtns witness.json